[all-commits] [llvm/llvm-project] 795602: [CodeGen] Don't compare bool with integer 0. NFC

Craig Topper via All-commits all-commits at lists.llvm.org
Sun Jul 17 23:17:04 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 795602af0c20ad54189f94d13017b276c920d6f9
      https://github.com/llvm/llvm-project/commit/795602af0c20ad54189f94d13017b276c920d6f9
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-07-17 (Sun, 17 Jul 2022)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

  Log Message:
  -----------
  [CodeGen] Don't compare bool with integer 0. NFC

The IsAdd field is a bool.


  Commit: a55ff6aaddc74bce049ebb293f11c683e5f25776
      https://github.com/llvm/llvm-project/commit/a55ff6aaddc74bce049ebb293f11c683e5f25776
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-07-17 (Sun, 17 Jul 2022)

  Changed paths:
    M llvm/include/llvm/Support/DivisionByConstantInfo.h
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/Support/DivisionByConstantInfo.cpp

  Log Message:
  -----------
  [Support][CodeGen] Fix spelling Divison->Division. NFC


Compare: https://github.com/llvm/llvm-project/compare/0e3447bf8a3a...a55ff6aaddc7


More information about the All-commits mailing list