[PATCH] D99249: [PassManager] Run additional LICM before LoopRotate

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 24 05:17:55 PDT 2021


lebedev.ri added inline comments.


================
Comment at: llvm/test/Other/pass-pipelines.ll:54
 ; CHECK-O2-NEXT: FunctionPass Manager
 ; CHECK-O2-NOT: Manager
 ; CHECK-O2: Loop Pass Manager
----------------
thopre wrote:
> Shouldn't that CHECK-NOT be duplicated between each Loop Pass Manager check below as well?
I don't know.
This seems to be consistent with the previous checks, where there already were several LPM's,
but no CHECK-NOT inbetween.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99249/new/

https://reviews.llvm.org/D99249



More information about the llvm-commits mailing list