[PATCH] D84977: [NewPM] Only verify loop for nonskipped user loop pass
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 31 14:05:48 PDT 2020
aeubanks added a comment.
But if there is a required loop pass (that's kinda weird but possible), this assert will still fail because we tried to run `LoopSimplifyPass` and `LCSSAPass` but they didn't actually run (e.g. if the function is optnone).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84977/new/
https://reviews.llvm.org/D84977
More information about the llvm-commits
mailing list