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
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