[all-commits] [llvm/llvm-project] e69d40: [NFC] rename member of BitTestBlock and JumpTableH...

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Thu Sep 9 10:48:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e69d402088c6caa7303c887607c1b1b80b21364f
      https://github.com/llvm/llvm-project/commit/e69d402088c6caa7303c887607c1b1b80b21364f
  Author: Nick Desaulniers <ndesaulniers at google.com>
  Date:   2021-09-09 (Thu, 09 Sep 2021)

  Changed paths:
    M llvm/include/llvm/CodeGen/SwitchLoweringUtils.h
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

  Log Message:
  -----------
  [NFC] rename member of BitTestBlock and JumpTableHeader

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.

Reviewed By: hans

Differential Revision: https://reviews.llvm.org/D109455




More information about the All-commits mailing list