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
20
external/llvm/test/Transforms/InstCombine/pr27703.ll
vendored
Normal file
20
external/llvm/test/Transforms/InstCombine/pr27703.ll
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
; RUN: opt < %s -instcombine -S | FileCheck %s
|
||||
|
||||
define void @mem() {
|
||||
bb:
|
||||
br label %bb6
|
||||
|
||||
bb6:
|
||||
%.0 = phi i8** [ undef, %bb ], [ %t2, %bb6 ]
|
||||
%tmp = load i8*, i8** %.0, align 8
|
||||
%bc = bitcast i8* %tmp to i8**
|
||||
%t1 = load i8*, i8** %bc, align 8
|
||||
%t2 = bitcast i8* %t1 to i8**
|
||||
br label %bb6
|
||||
|
||||
bb206:
|
||||
ret void
|
||||
; CHECK: phi
|
||||
; CHECK: bitcast
|
||||
; CHECK: load
|
||||
}
|
Reference in New Issue
Block a user