mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 15:48:38 +00:00
new testcase
llvm-svn: 26906
This commit is contained in:
parent
31da564faa
commit
b59ca7a728
9
test/Regression/CodeGen/PowerPC/load-constant-addr.ll
Normal file
9
test/Regression/CodeGen/PowerPC/load-constant-addr.ll
Normal file
@ -0,0 +1,9 @@
|
||||
; Should fold the ori into the lfs.
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep lfs &&
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | not grep ori
|
||||
|
||||
float %test() {
|
||||
%tmp.i = load float* cast (uint 186018016 to float*)
|
||||
ret float %tmp.i
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user