File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
; 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
3
3
; RUN: llc < %s -mtriple=x86_64-apple-darwin9 -mattr=+mmx,+sse4.2 | FileCheck %s --check-prefix=X64
4
4
5
5
; MMX insertelement is not available; these are promoted to xmm.
6
6
; (Without SSE they are split to two ints, and the code is much better.)
7
7
8
8
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
13
13
;
14
14
; X64-LABEL: mmx_movzl:
15
15
; X64: ## %bb.0:
You can’t perform that action at this time.
0 commit comments