[PATCH] D85233: [GlobalISel] Implement bit-test switch table optimization

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 12:40:43 PDT 2020


paquette added inline comments.


================
Comment at: llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp:778
+
+/// visitBitTestCase - this function produces one "bit test"
+void IRTranslator::emitBitTestCase(SwitchCG::BitTestBlock &BB,
----------------
Move Doxygen comment to IRTranslator.h?

Also this comment isn't super useful.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85233/new/

https://reviews.llvm.org/D85233



More information about the llvm-commits mailing list