mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Rework test to use FileCheck by making sure we have no xmm registers
with numbers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236373 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
; RUN: llc < %s -march=x86 -mattr=+sse2 -soft-float | not grep xmm
|
||||
; RUN: llc < %s -march=x86-64 -mattr=+sse2 -soft-float | not grep xmm
|
||||
; RUN: llc < %s -march=x86 -mattr=+sse2 -soft-float | FileCheck %s
|
||||
; RUN: llc < %s -march=x86-64 -mattr=+sse2 -soft-float | FileCheck %s
|
||||
|
||||
; CHECK-NOT: xmm{[0-9]+}
|
||||
|
||||
%struct.__va_list_tag = type { i32, i32, i8*, i8* }
|
||||
|
||||
|
Reference in New Issue
Block a user