mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
llvm/test/CodeGen/X86/break-avx-dep.ll: Relax an expression to be matched to also r[89], not only rXX.
llvm-svn: 192675
This commit is contained in:
parent
037594e792
commit
8c0f09fed1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user