You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.182
Former-commit-id: f9d55cf82631bfd710c387739687e5845296aea1
This commit is contained in:
parent
8625704ad8
commit
b716dc8d12
@ -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