[PATCH] D22354: AVX-512: Fixed BT instruction selection on AVX-512
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 18 10:59:34 PDT 2016
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: ../test/CodeGen/X86/bt.ll:28-33
@@ -47,1 +27,8 @@
+; CHECK-NEXT: jb .LBB0_2
+; CHECK-NEXT: # BB#1: # %bb
+; CHECK-NEXT: pushq %rax
+; CHECK-NEXT: callq foo
+; CHECK-NEXT: popq %rax
+; CHECK-NEXT: .LBB0_2: # %UnifiedReturnBlock
+; CHECK-NEXT: retq
entry:
----------------
I removed all of these CHECK lines because I didn't think they added value for any test in this file (we know the correct 'bt' is generated already). If you agree, you could delete all of those checks again.
Repository:
rL LLVM
https://reviews.llvm.org/D22354
More information about the llvm-commits
mailing list