[PATCH] D91038: [LoopIdiom] Introduce 'left-shift until bittest' idiom
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 9 08:02:03 PST 2020
jdoerfert added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:2081
+ return false;
+ }
+
----------------
Drive by: Should we move this "early exit" before step 2?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91038/new/
https://reviews.llvm.org/D91038
More information about the llvm-commits
mailing list