[all-commits] [llvm/llvm-project] d51da7: [CodeGen] Use DAG.getAllOnesConstant where possibl...

Chris Lattner via All-commits all-commits at lists.llvm.org
Thu Sep 9 10:23:07 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d51da7488949fcf76bc1926a3abf4dffd7e862e7
      https://github.com/llvm/llvm-project/commit/d51da7488949fcf76bc1926a3abf4dffd7e862e7
  Author: Chris Lattner <clattner at nondot.org>
  Date:   2021-09-09 (Thu, 09 Sep 2021)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/Lanai/LanaiISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [CodeGen] Use DAG.getAllOnesConstant where possible to simplify code.  NFC.




More information about the All-commits mailing list