[llvm] r192675 - llvm/test/CodeGen/X86/break-avx-dep.ll: Relax an expression to be matched to also r[89], not only rXX.
NAKAMURA Takumi
geek4civic at gmail.com
Mon Oct 14 23:36:36 PDT 2013
Author: chapuni
Date: Tue Oct 15 01:36:36 2013
New Revision: 192675
URL: http://llvm.org/viewvc/llvm-project?rev=192675&view=rev
Log:
llvm/test/CodeGen/X86/break-avx-dep.ll: Relax an expression to be matched to also r[89], not only rXX.
Modified:
llvm/trunk/test/CodeGen/X86/break-avx-dep.ll
Modified: llvm/trunk/test/CodeGen/X86/break-avx-dep.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/break-avx-dep.ll?rev=192675&r1=192674&r2=192675&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/break-avx-dep.ll (original)
+++ llvm/trunk/test/CodeGen/X86/break-avx-dep.ll Tue Oct 15 01:36:36 2013
@@ -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
More information about the llvm-commits
mailing list