diff options
author | Chris Lattner <sabre@nondot.org> | 2009-06-27 04:38:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-06-27 04:38:55 +0000 |
commit | 9876bd8257e172818df1dc7c0a0fad7c6eafd2c6 (patch) | |
tree | 594ed5480849e76d2c3deaee6314de407d2d53e5 /llvm/test/CodeGen/X86/remat-constant.ll | |
parent | fea81da433b4540df545692ff9223213fe18d594 (diff) | |
download | bcm5719-llvm-9876bd8257e172818df1dc7c0a0fad7c6eafd2c6.tar.gz bcm5719-llvm-9876bd8257e172818df1dc7c0a0fad7c6eafd2c6.zip |
factor some logic out into a helper function, allow remat of loads from constant
globals. This implements remat-constant.ll even without aggressive-remat.
llvm-svn: 74373
Diffstat (limited to 'llvm/test/CodeGen/X86/remat-constant.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/remat-constant.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/remat-constant.ll b/llvm/test/CodeGen/X86/remat-constant.ll index 1b70bf71938..8dfed5ed52e 100644 --- a/llvm/test/CodeGen/X86/remat-constant.ll +++ b/llvm/test/CodeGen/X86/remat-constant.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=x86_64-linux -relocation-model=static -aggressive-remat | grep xmm | count 2 -; XFAIL: * +; RUN: llvm-as < %s | llc -mtriple=x86_64-linux -relocation-model=static | grep xmm | count 2 declare void @bar() nounwind |