summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2017-02-20 23:38:51 +0000
committerCraig Topper <craig.topper@gmail.com>2017-02-20 23:38:51 +0000
commite8beaff021f3f455cb28d4d8cc841934ea2bdb24 (patch)
tree283bb1126792d41e9a80d3c4fdd599da0228bd7e /llvm
parenta80f90e66b890a9495602b15e9740e57805b08fb (diff)
downloadbcm5719-llvm-e8beaff021f3f455cb28d4d8cc841934ea2bdb24.tar.gz
bcm5719-llvm-e8beaff021f3f455cb28d4d8cc841934ea2bdb24.zip
[X86] Add additonal check lines to one of the rotate tests.
llvm-svn: 295682
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/rot32.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/rot32.ll b/llvm/test/CodeGen/X86/rot32.ll
index 2c56f38f2a2..35f4784bc1d 100644
--- a/llvm/test/CodeGen/X86/rot32.ll
+++ b/llvm/test/CodeGen/X86/rot32.ll
@@ -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
OpenPOWER on IntegriCloud