1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

[X86] Add additonal check lines to one of the rotate tests.

llvm-svn: 295682
This commit is contained in:
Craig Topper 2017-02-20 23:38:51 +00:00
parent eb8c0f4c40
commit 3ff799a5b9

View File

@ -59,8 +59,10 @@ entry:
define i32 @xfoop(i32* %p) nounwind readnone {
entry:
; CHECK-LABEL: xfoop:
; CHECK: roll $7
; BMI2-LABEL: xfoop:
; BMI2: rorxl $25, ({{.+}}), %{{.+}}
; BMI2: rorxl $25
%x = load i32, i32* %p
%a = lshr i32 %x, 25
%b = shl i32 %x, 7