mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
this test is now compiled into the right thing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46454 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
095765e26d
commit
349c72a35d
@ -1,5 +1,6 @@
|
|||||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep zext
|
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {icmp ugt}
|
||||||
; PR1107
|
; PR1107
|
||||||
|
; PR1940
|
||||||
|
|
||||||
define i1 @test(i8 %A, i8 %B) {
|
define i1 @test(i8 %A, i8 %B) {
|
||||||
%a = zext i8 %A to i32
|
%a = zext i8 %A to i32
|
||||||
|
Loading…
Reference in New Issue
Block a user