[all-commits] [llvm/llvm-project] 8658d2: [DAG] SimplifyVBinOp - pull out repeated getValueT...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Nov 15 02:44:11 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8658d207242f4e55bc8f168025831b320ff1b9c7
      https://github.com/llvm/llvm-project/commit/8658d207242f4e55bc8f168025831b320ff1b9c7
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-11-15 (Mon, 15 Nov 2021)

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

  Log Message:
  -----------
  [DAG] SimplifyVBinOp - pull out repeated getValueType() call. NFC.


  Commit: 7bac1985f490cbac182263809c162a4e5d7a1a3f
      https://github.com/llvm/llvm-project/commit/7bac1985f490cbac182263809c162a4e5d7a1a3f
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-11-15 (Mon, 15 Nov 2021)

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

  Log Message:
  -----------
  [DAG] SimplifyVBinOp - add SDLoc() argument

Pass in SDLoc instead of (repeated) local creations in SimplifyVBinOp and scalarizeBinOpOfSplats


Compare: https://github.com/llvm/llvm-project/compare/8835a1924e37...7bac1985f490


More information about the All-commits mailing list