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
@ -1,14 +0,0 @@
|
||||
; RUN: opt < %s -data-layout="e-p:32:32:32-p1:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-n8:16:32" -basicaa -gvn -S -die | FileCheck %s
|
||||
|
||||
define i8 @coerce_offset0_addrspacecast(i32 %V, i32* %P) {
|
||||
store i32 %V, i32* %P
|
||||
|
||||
%P2 = addrspacecast i32* %P to i8 addrspace(1)*
|
||||
%P3 = getelementptr i8, i8 addrspace(1)* %P2, i32 2
|
||||
|
||||
%A = load i8, i8 addrspace(1)* %P3
|
||||
ret i8 %A
|
||||
; CHECK-LABEL: @coerce_offset0_addrspacecast(
|
||||
; CHECK-NOT: load
|
||||
; CHECK: ret i8
|
||||
}
|
Reference in New Issue
Block a user