You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
16
external/llvm/test/Transforms/GVN/basic.ll
vendored
Normal file
16
external/llvm/test/Transforms/GVN/basic.ll
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
; 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