[all-commits] [llvm/llvm-project] 0efbfa: [NPM] Port -slsr to NPM

Ta-Wei Tu via All-commits all-commits at lists.llvm.org
Mon Oct 26 18:21:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0efbfa38ae009c1d5a47ba84c3ba9b9681689996
      https://github.com/llvm/llvm-project/commit/0efbfa38ae009c1d5a47ba84c3ba9b9681689996
  Author: TaWeiTu <tu.da.wei at gmail.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M llvm/include/llvm/InitializePasses.h
    A llvm/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Transforms/Scalar/Scalar.cpp
    M llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
    M llvm/test/Transforms/StraightLineStrengthReduce/AMDGPU/pr23975.ll
    M llvm/test/Transforms/StraightLineStrengthReduce/X86/no-slsr.ll
    M llvm/test/Transforms/StraightLineStrengthReduce/slsr-add.ll
    M llvm/test/Transforms/StraightLineStrengthReduce/slsr-gep.ll
    M llvm/test/Transforms/StraightLineStrengthReduce/slsr-mul.ll

  Log Message:
  -----------
  [NPM] Port -slsr to NPM

`-separate-const-offset-from-gep` has not yet be ported, so some tests are not updated.

Reviewed By: aeubanks

Differential Revision: https://reviews.llvm.org/D90149




More information about the All-commits mailing list