[all-commits] [llvm/llvm-project] 61757f: [DAG] Remove pointless peephole from refineUniform...

Philip Reames via All-commits all-commits at lists.llvm.org
Wed Sep 13 10:16:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 61757fbd048fc0eae0b61b7cb14001e27f0becd0
      https://github.com/llvm/llvm-project/commit/61757fbd048fc0eae0b61b7cb14001e27f0becd0
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2023-09-13 (Wed, 13 Sep 2023)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

  Log Message:
  -----------
  [DAG] Remove pointless peephole from refineUniformBase [nfc]

No need to special case add 0, N.  SelectionDAG::getNode contains the canonicalization and simplification for this case, so no need to duplicate it here.




More information about the All-commits mailing list