[PATCH] D109455: [NFC] rename member of BitTestBlock and JumpTableHeader

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 8 10:41:22 PDT 2021


nickdesaulniers created this revision.
nickdesaulniers added a reviewer: hans.
Herald added a subscriber: hiraditya.
nickdesaulniers requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Follow up to suggestions in D109103 <https://reviews.llvm.org/D109103> via hans:

  I think UnreachableDefault (or UnreachableFallthrough) would be a
  better name now, since it doesn't just omit the range check, it also
  omits the last bit test.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109455

Files:
  llvm/include/llvm/CodeGen/SwitchLoweringUtils.h
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109455.371390.patch
Type: text/x-patch
Size: 7231 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210908/cff253b4/attachment.bin>


More information about the llvm-commits mailing list