projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Taints the non-acquire RMW's store address with the load part
[oota-llvm.git]
/
test
/
CodeGen
/
PowerPC
/
pr13641.ll
1
; RUN: llc < %s | FileCheck %s
2
target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32:64"
3
target triple = "powerpc64-unknown-linux-gnu"
4
5
define void @foo() nounwind {
6
ret void
7
}
8
9
; CHECK: blr
10
; CHECK-NEXT: .long 0
11
; CHECK-NEXT: .quad 0