[PATCH] D86262: [LoopIdiomRecognizePass] Options to disable part or the entire Loop Idiom Recognize Pass
Anh Tuyen Tran via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 22:22:31 PDT 2020
anhtuyen marked an inline comment as done.
anhtuyen added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:243
bool runOnLoop(Loop *L, LPPassManager &LPM) override {
+
+ if (DisableLIRP.getValue() == DisableKind::All)
----------------
Eugene.Zelenko wrote:
> Unnecessary empty line.
Thanks, the blank line has been removed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86262/new/
https://reviews.llvm.org/D86262
More information about the llvm-commits
mailing list