Skip to content

Commit 00a6817

Browse files
committed
[X86] v4f32-immediate.ll - replace X32 check prefixes with X86
We try to only use X32 for gnux32 triple tests.
1 parent 8d450b4 commit 00a6817

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/test/CodeGen/X86/v4f32-immediate.ll

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2-
; RUN: llc < %s -mtriple=i686-unknown -mattr=+sse | FileCheck %s --check-prefix=X32
2+
; RUN: llc < %s -mtriple=i686-unknown -mattr=+sse | FileCheck %s --check-prefix=X86
33
; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+sse | FileCheck %s --check-prefix=X64
44

55
define <4 x float> @foo() {
6-
; X32-LABEL: foo:
7-
; X32: # %bb.0:
8-
; X32-NEXT: movaps {{.*#+}} xmm0 = [3.22354245E+0,2.29999995E+0,1.20000005E+0,1.00000001E-1]
9-
; X32-NEXT: retl
6+
; X86-LABEL: foo:
7+
; X86: # %bb.0:
8+
; X86-NEXT: movaps {{.*#+}} xmm0 = [3.22354245E+0,2.29999995E+0,1.20000005E+0,1.00000001E-1]
9+
; X86-NEXT: retl
1010
;
1111
; X64-LABEL: foo:
1212
; X64: # %bb.0:

0 commit comments

Comments
 (0)