You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
16
external/llvm/test/Transforms/GVN/basic.ll
vendored
16
external/llvm/test/Transforms/GVN/basic.ll
vendored
@ -1,16 +0,0 @@
|
||||
; RUN: opt < %s -gvn -S | FileCheck %s
|
||||
; RUN: opt < %s -passes=gvn -S | FileCheck %s
|
||||
|
||||
define i32 @main() {
|
||||
block1:
|
||||
%z1 = bitcast i32 0 to i32
|
||||
br label %block2
|
||||
block2:
|
||||
%z2 = bitcast i32 0 to i32
|
||||
ret i32 %z2
|
||||
}
|
||||
|
||||
; CHECK: define i32 @main() {
|
||||
; CHECK-NEXT: block1:
|
||||
; CHECK-NEXT: ret i32 0
|
||||
; CHECK-NEXT: }
|
Reference in New Issue
Block a user