summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/constant-pool-sharing.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-01-27 23:33:07 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-01-27 23:33:07 +0000
commit04594aeffa3360882eb09a888a0970321b987b16 (patch)
treeeff7f045ec9900682ce59a374960799be389313c /test/CodeGen/X86/constant-pool-sharing.ll
parent0c6e1778817ac97b42af1375ec6bfae8b65e9d76 (diff)
downloadllvm-04594aeffa3360882eb09a888a0970321b987b16.tar.gz
llvm-04594aeffa3360882eb09a888a0970321b987b16.tar.bz2
llvm-04594aeffa3360882eb09a888a0970321b987b16.tar.xz
Add r149110 back with a fix for when the vector and the int have the same
width. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149151 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/constant-pool-sharing.ll')
-rw-r--r--test/CodeGen/X86/constant-pool-sharing.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/X86/constant-pool-sharing.ll b/test/CodeGen/X86/constant-pool-sharing.ll
index a672cc254f..f979945835 100644
--- a/test/CodeGen/X86/constant-pool-sharing.ll
+++ b/test/CodeGen/X86/constant-pool-sharing.ll
@@ -1,6 +1,5 @@
-; RUN-disable: llc < %s -mtriple=x86_64-linux | FileCheck %s
-; RUN-disable: llc < %s -mtriple=x86_64-win32 | FileCheck %s
-; RUN: true
+; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s
; llc should share constant pool entries between this integer vector
; and this floating-point vector since they have the same encoding.