mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
add a testcase for a feature we regressed on because noone wrote the test! :(
llvm-svn: 23513
This commit is contained in:
parent
04dae1b9ce
commit
7ae5d2a51d
14
test/Regression/CodeGen/PowerPC/fold-li.ll
Normal file
14
test/Regression/CodeGen/PowerPC/fold-li.ll
Normal file
@ -0,0 +1,14 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 &&
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep -v align | not grep li
|
||||
|
||||
;; Test that immediates are folded into these instructions correctly.
|
||||
|
||||
int %ADD(int %X) {
|
||||
%Y = add int %X, 65537
|
||||
ret int %Y
|
||||
}
|
||||
|
||||
int %SUB(int %X) {
|
||||
%Y = sub int %X, 65537
|
||||
ret int %Y
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user