File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change
1
+ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 3
1
2
; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s
2
3
3
4
define dso_local void @test_cancel2 (ptr %p1 , ptr %p2 ) {
4
- ; CHECK: # %entry
5
- ; CHECK-NEXT: movl (%rdi), %eax
6
- ; CHECK-NEXT: shrl %eax
7
- ; CHECK-NEXT: andl $524287, %eax
8
- ; CHECK-NEXT: movl %eax, (%rsi)
9
- ; CHECK-NEXT: movb $0, 4(%rsi)
10
- ; CHECK-NEXT: retq
5
+ ; CHECK-LABEL: test_cancel2:
6
+ ; CHECK: # %bb.0: # %entry
7
+ ; CHECK-NEXT: movl (%rdi), %eax
8
+ ; CHECK-NEXT: shrl %eax
9
+ ; CHECK-NEXT: andl $524287, %eax # imm = 0x7FFFF
10
+ ; CHECK-NEXT: movl %eax, (%rsi)
11
+ ; CHECK-NEXT: movb $0, 4(%rsi)
12
+ ; CHECK-NEXT: retq
11
13
entry:
12
14
%0 = load i40 , ptr %p1 , align 8
13
15
%shl414 = shl i40 %0 , 19
You can’t perform that action at this time.
0 commit comments