[PATCH] D71145: [InstCombine] Allow to limit the max number of iterations
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 07:19:17 PST 2019
xbolva00 added a comment.
I like this technical solution more than "AggresiveInstCombine" concept (-O3 only).
Like you suggested, with -O2/-O1 we should use smaller number of iterations.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71145/new/
https://reviews.llvm.org/D71145
More information about the llvm-commits
mailing list