diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-01-27 22:42:48 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-01-27 22:42:48 +0000 |
| commit | 41cedd740d3cd66e12cb0f0a4a08f3365ca90df8 (patch) | |
| tree | 3196ade83f57b35eabfefad08f87828424c41f34 /test/CodeGen | |
| parent | 907cc8f38df212a87a6028682d91df01ba923f4f (diff) | |
Revert r149110 and add a testcase that was crashing since that revision.
Unfortunately I also had to disable constant-pool-sharing.ll the code it tests has been
updated to use the IL logic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149148 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
| -rw-r--r-- | test/CodeGen/X86/constant-pool-sharing.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/X86/constant-pool-sharing.ll b/test/CodeGen/X86/constant-pool-sharing.ll index f979945835..a672cc254f 100644 --- a/test/CodeGen/X86/constant-pool-sharing.ll +++ b/test/CodeGen/X86/constant-pool-sharing.ll @@ -1,5 +1,6 @@ -; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s +; RUN-disable: llc < %s -mtriple=x86_64-linux | FileCheck %s +; RUN-disable: llc < %s -mtriple=x86_64-win32 | FileCheck %s +; RUN: true ; llc should share constant pool entries between this integer vector ; and this floating-point vector since they have the same encoding. |
