mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
[x86] Finish switching from CHECK to ALL. This was mistakenly included
in r214007 and then reverted when I backed that (very misguided) patch out. This recovers the test case cleanup which was good. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214010 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86de7ad211
commit
4efdce6eed
@ -84,10 +84,10 @@ entry:
|
||||
}
|
||||
|
||||
define <2 x i64> @f(<2 x i64> %i, <2 x i64> %j) nounwind {
|
||||
; CHECK-LABEL: f:
|
||||
; CHECK: pmuludq
|
||||
; CHECK: pmuludq
|
||||
; CHECK: pmuludq
|
||||
; ALL-LABEL: f:
|
||||
; ALL: pmuludq
|
||||
; ALL: pmuludq
|
||||
; ALL: pmuludq
|
||||
entry:
|
||||
; Use a call to force spills.
|
||||
call void @foo()
|
||||
|
Loading…
Reference in New Issue
Block a user