You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.247
Former-commit-id: 2d6af2e4ed0eda5cbdc2946446ef7718456ad190
This commit is contained in:
parent
279aa8f685
commit
ce8e504569
@ -1,15 +0,0 @@
|
||||
; RUN: opt < %s -constprop -S | \
|
||||
; RUN: grep "ret i32 -1"
|
||||
; RUN: opt < %s -constprop -S | \
|
||||
; RUN: grep "ret i32 1"
|
||||
|
||||
define i32 @test1() {
|
||||
%A = sext i1 true to i32 ; <i32> [#uses=1]
|
||||
ret i32 %A
|
||||
}
|
||||
|
||||
define i32 @test2() {
|
||||
%A = zext i1 true to i32 ; <i32> [#uses=1]
|
||||
ret i32 %A
|
||||
}
|
||||
|
Reference in New Issue
Block a user