[all-commits] [llvm/llvm-project] cb9ca3: [LoopRotate][NPM] Disable header duplication under...

aeubanks via All-commits all-commits at lists.llvm.org
Thu Oct 22 08:39:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cb9ca3597727bb323576972a6a74b5897125b41a
      https://github.com/llvm/llvm-project/commit/cb9ca3597727bb323576972a6a74b5897125b41a
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-10-22 (Thu, 22 Oct 2020)

  Changed paths:
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/test/Transforms/LoopRotate/oz-disable.ll

  Log Message:
  -----------
  [LoopRotate][NPM] Disable header duplication under -Oz

It was already disabled under -Oz in
buildFunctionSimplificationPipeline(), but not in
buildModuleOptimizationPipeline()/addPGOInstrPasses().

Reviewed By: fhahn

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




More information about the All-commits mailing list