[all-commits] [llvm/llvm-project] 8a0038: [NPM] Add -enable-loopinterchange option to NPM

Ta-Wei Tu via All-commits all-commits at lists.llvm.org
Sat Mar 6 10:39:44 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a003861a31af171974f9831d26d94f2ae964497
      https://github.com/llvm/llvm-project/commit/8a003861a31af171974f9831d26d94f2ae964497
  Author: Ta-Wei Tu <tu.da.wei at gmail.com>
  Date:   2021-03-07 (Sun, 07 Mar 2021)

  Changed paths:
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp

  Log Message:
  -----------
  [NPM] Add -enable-loopinterchange option to NPM

We have the `enable-loopinterchange` option in legacy pass manager but not in NPM.
Add `LoopInterchange` pass to the optimization pipeline (at the same position as before)
when `enable-loopinterchange` is turned on.

Reviewed By: aeubanks, fhahn

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




More information about the All-commits mailing list