[all-commits] [llvm/llvm-project] b994f8: [Analysis] CostModel.cpp - merge isa<IntrinsicInst...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Aug 18 02:44:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b994f8718409e13607063fd394edd2ef9f7d5e68
      https://github.com/llvm/llvm-project/commit/b994f8718409e13607063fd394edd2ef9f7d5e68
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-08-18 (Thu, 18 Aug 2022)

  Changed paths:
    M llvm/lib/Analysis/CostModel.cpp

  Log Message:
  -----------
  [Analysis] CostModel.cpp - merge isa<IntrinsicInst> and dyn_cast<IntrinsicInst> checks

Pulled out of D79483


  Commit: e48892ee42304284099a9b25c10d34fdc55a99f7
      https://github.com/llvm/llvm-project/commit/e48892ee42304284099a9b25c10d34fdc55a99f7
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-08-18 (Thu, 18 Aug 2022)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LICM.cpp

  Log Message:
  -----------
  [Transforms] LICM.cpp - pull out repeated getUserCost call

Pulled out of D79483


Compare: https://github.com/llvm/llvm-project/compare/7e29d5c04b44...e48892ee4230


More information about the All-commits mailing list