summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-10-15 06:36:36 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-10-15 06:36:36 +0000
commit3734f33acc45a1fe470f7149a72bd324f7a52881 (patch)
tree6235ec42b9a8085ef7e0a39d9d2aa3e1a139dbb0 /test/CodeGen
parent390ff499f053771cba51a2f42651f126a7e096f7 (diff)
downloadllvm-3734f33acc45a1fe470f7149a72bd324f7a52881.tar.gz
llvm-3734f33acc45a1fe470f7149a72bd324f7a52881.tar.bz2
llvm-3734f33acc45a1fe470f7149a72bd324f7a52881.tar.xz
llvm/test/CodeGen/X86/break-avx-dep.ll: Relax an expression to be matched to also r[89], not only rXX.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/break-avx-dep.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/break-avx-dep.ll b/test/CodeGen/X86/break-avx-dep.ll
index eea7d1565d..210bda136b 100644
--- a/test/CodeGen/X86/break-avx-dep.ll
+++ b/test/CodeGen/X86/break-avx-dep.ll
@@ -8,7 +8,7 @@
; CHECK-LABEL: t1:
; CHECK-LABEL: %loop
; CHECK: vxorps %[[REG:xmm.]], %{{xmm.}}, %{{xmm.}}
-; CHECK: vcvtsi2sdq %{{r..}}, %[[REG]], %{{xmm.}}
+; CHECK: vcvtsi2sdq %{{r[0-9a-x]+}}, %[[REG]], %{{xmm.}}
define i64 @t1(i64* nocapture %x, double* nocapture %y) nounwind {
entry:
%vx = load i64* %x