diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2018-01-15 21:22:46 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2018-01-15 21:22:46 +0000 |
| commit | 0d0cec879b56f15a7dbd78fe0d026e762137bb92 (patch) | |
| tree | 7b4a5db4adb853cadee85cbe0afebf1799ea08b9 | |
| parent | cec95ec1a77a94c276fe684f89e727b76b46db44 (diff) | |
| download | bcm5719-llvm-0d0cec879b56f15a7dbd78fe0d026e762137bb92.tar.gz bcm5719-llvm-0d0cec879b56f15a7dbd78fe0d026e762137bb92.zip | |
[x86] regenerate test checks; NFC
llvm-svn: 322519
| -rw-r--r-- | llvm/test/CodeGen/X86/shift-pair.ll | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/shift-pair.ll b/llvm/test/CodeGen/X86/shift-pair.ll index 01ebfcd321f..1e49a6cdfe1 100644 --- a/llvm/test/CodeGen/X86/shift-pair.ll +++ b/llvm/test/CodeGen/X86/shift-pair.ll @@ -1,10 +1,13 @@ +; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s define i64 @test(i64 %A) { -; CHECK: @test -; CHECK: shrq $54 -; CHECK: andl $1020 -; CHECK: ret +; CHECK-LABEL: test: +; CHECK: # %bb.0: +; CHECK-NEXT: shrq $54, %rdi +; CHECK-NEXT: andl $1020, %edi # imm = 0x3FC +; CHECK-NEXT: movq %rdi, %rax +; CHECK-NEXT: retq %B = lshr i64 %A, 56 %C = shl i64 %B, 2 ret i64 %C |

