You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.234
Former-commit-id: 8071ec1a8c5eaa9be24b41745add19297608001f
This commit is contained in:
parent
f32dbaf0b2
commit
212f6bafcb
@ -1,20 +0,0 @@
|
||||
; 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