[PATCH] D90149: [NPM] Port -slsr to NPM

Ta-Wei Tu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 04:58:41 PDT 2020


TaWeiTu created this revision.
TaWeiTu added reviewers: aeubanks, ychen, asbirlea.
Herald added subscribers: llvm-commits, kerbowa, hiraditya, nhaehnle, jvesely.
Herald added a project: LLVM.
TaWeiTu requested review of this revision.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90149

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90149.300640.patch
Type: text/x-patch
Size: 10216 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201026/a7e085d3/attachment.bin>


More information about the llvm-commits mailing list