Follow up to suggestions in 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.
Paths
| Differential D109455
[NFC] rename member of BitTestBlock and JumpTableHeader ClosedPublic Authored by nickdesaulniers on Sep 8 2021, 10:41 AM.
Details
Summary Follow up to suggestions in 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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 9 2021, 1:52 AM This revision was landed with ongoing or failed builds.Sep 9 2021, 10:48 AM Closed by commit rGe69d402088c6: [NFC] rename member of BitTestBlock and JumpTableHeader (authored by nickdesaulniers). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 371390 llvm/include/llvm/CodeGen/SwitchLoweringUtils.h
llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
|