Skip to content

Commit 50d0804

Browse files
committed
[X86] Replace X32 check prefix with X86
We try to use X32 only for gnux32 triple cases
1 parent aed5ddf commit 50d0804

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/test/CodeGen/X86/vec_insert-7.ll

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

55
; MMX insertelement is not available; these are promoted to xmm.
66
; (Without SSE they are split to two ints, and the code is much better.)
77

88
define x86_mmx @mmx_movzl(x86_mmx %x) nounwind {
9-
; X32-LABEL: mmx_movzl:
10-
; X32: ## %bb.0:
11-
; X32-NEXT: movq {{\.?LCPI[0-9]+_[0-9]+}}, %mm0
12-
; X32-NEXT: retl
9+
; X86-LABEL: mmx_movzl:
10+
; X86: ## %bb.0:
11+
; X86-NEXT: movq {{\.?LCPI[0-9]+_[0-9]+}}, %mm0
12+
; X86-NEXT: retl
1313
;
1414
; X64-LABEL: mmx_movzl:
1515
; X64: ## %bb.0:

0 commit comments

Comments
 (0)