[PATCH] D109106: [ISEL][BitTestBlock] pre-commit test for D109103
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 2 07:03:36 PDT 2021
hans added inline comments.
================
Comment at: llvm/test/CodeGen/X86/SwitchLowering.ll:78
+; CHECK-NEXT: btl %ecx, %eax
+; CHECK-NEXT: jae .LBB1_4
+; CHECK-NEXT: # %bb.2: # %sw.epilog8
----------------
I guess it doesn't make sense if you push them together, but if you want to pre-commit this now, I'd put a "FIXME: Get rid of this conditional jump and bit test, see PRxxx".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109106/new/
https://reviews.llvm.org/D109106
More information about the llvm-commits
mailing list