diff options
author | Chris Lattner <sabre@nondot.org> | 2008-02-14 05:39:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-02-14 05:39:46 +0000 |
commit | 8b0cb7bcc6cabf19c317cd4a844f5fe47149a244 (patch) | |
tree | d76c49957a5d64d8ce159ece6644d42e2cf67f41 /test | |
parent | 1d1ef14248a24cb7239e0bc9298d84004a8044e6 (diff) | |
download | external_llvm-8b0cb7bcc6cabf19c317cd4a844f5fe47149a244.zip external_llvm-8b0cb7bcc6cabf19c317cd4a844f5fe47149a244.tar.gz external_llvm-8b0cb7bcc6cabf19c317cd4a844f5fe47149a244.tar.bz2 |
This readme entry is done, testcase here: CodeGen/X86/zero-remat.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47106 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/zero-remat.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/X86/zero-remat.ll b/test/CodeGen/X86/zero-remat.ll index 6d21193..9300c12 100644 --- a/test/CodeGen/X86/zero-remat.ll +++ b/test/CodeGen/X86/zero-remat.ll @@ -1,5 +1,7 @@ ; RUN: llvm-as < %s | llc -march=x86-64 | grep xor | count 4 ; RUN: llvm-as < %s | llc -march=x86-64 -stats -info-output-file - | grep asm-printer | grep 12 +; RUN: llvm-as < %s | llc -march=x86 | grep fldz +; RUN: llvm-as < %s | llc -march=x86 | not grep fldl declare void @bar(double %x) declare void @barf(float %x) |