diff options
| author | Craig Topper <craig.topper@gmail.com> | 2017-02-20 23:38:51 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2017-02-20 23:38:51 +0000 |
| commit | e8beaff021f3f455cb28d4d8cc841934ea2bdb24 (patch) | |
| tree | 283bb1126792d41e9a80d3c4fdd599da0228bd7e /llvm | |
| parent | a80f90e66b890a9495602b15e9740e57805b08fb (diff) | |
| download | bcm5719-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.ll | 4 |
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 |

