mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-15 16:09:57 +00:00
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
This commit is contained in:
parent
390ff499f0
commit
3734f33acc
@ -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…
Reference in New Issue
Block a user