Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit b7493bf

Browse files
committed
[X86] Add additonal check lines to one of the rotate tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295682 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 575ba99 commit b7493bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/CodeGen/X86/rot32.ll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ entry:
5959

6060
define i32 @xfoop(i32* %p) nounwind readnone {
6161
entry:
62+
; CHECK-LABEL: xfoop:
63+
; CHECK: roll $7
6264
; BMI2-LABEL: xfoop:
63-
; BMI2: rorxl $25, ({{.+}}), %{{.+}}
65+
; BMI2: rorxl $25
6466
%x = load i32, i32* %p
6567
%a = lshr i32 %x, 25
6668
%b = shl i32 %x, 7

0 commit comments

Comments
 (0)