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,15 +0,0 @@
|
||||
; RUN: opt -basicaa -instcombine -S < %s | FileCheck %s
|
||||
|
||||
; CHECK-LABEL: @test_load_combine_aa(
|
||||
; CHECK: %[[V:.*]] = load i32, i32* %0
|
||||
; CHECK: store i32 0, i32* %3
|
||||
; CHECK: store i32 %[[V]], i32* %1
|
||||
; CHECK: store i32 %[[V]], i32* %2
|
||||
define void @test_load_combine_aa(i32*, i32*, i32*, i32* noalias) {
|
||||
%a = load i32, i32* %0
|
||||
store i32 0, i32* %3
|
||||
%b = load i32, i32* %0
|
||||
store i32 %a, i32* %1
|
||||
store i32 %b, i32* %2
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user