File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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 UTC_ARGS: --version 5
2
2
; RUN: llc %s --mtriple=x86_64 -o - | FileCheck %s
3
3
4
- define <1 x i32 > @atomic_scalar_i32 (ptr %x ) {
5
- ; CHECK-LABEL: atomic_scalar_i32 :
4
+ define <1 x i32 > @atomic_vector_i32 (ptr %x ) {
5
+ ; CHECK-LABEL: atomic_vector_i32 :
6
6
; CHECK: # %bb.0:
7
7
; CHECK-NEXT: movl (%rdi), %eax
8
8
; CHECK-NEXT: retq
9
9
%ret = load atomic <1 x i32 >, ptr %x acquire , align 4
10
10
ret <1 x i32 > %ret
11
11
}
12
12
13
- define <1 x bfloat> @atomic_scalar_bfloat (ptr %x ) {
14
- ; CHECK-LABEL: atomic_scalar_bfloat :
13
+ define <1 x bfloat> @atomic_vector_bfloat (ptr %x ) {
14
+ ; CHECK-LABEL: atomic_vector_bfloat :
15
15
; CHECK: # %bb.0:
16
16
; CHECK-NEXT: movzwl (%rdi), %eax
17
17
; CHECK-NEXT: pinsrw $0, %eax, %xmm0
You can’t perform that action at this time.
0 commit comments