[PATCH] D73592: [IRCE] Make IRCE a Function pass.
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 3 01:32:20 PST 2020
mkazantsev added a comment.
Hi Alina,
Thanks for clarification. We currently use IRCE in a loop pipeline along with LoopSimplifyCFG only. I think the only motivation for this was an attempt to save some compile time. Looks like it won't harm if we run them in different pipelines, I don't think there would be difference.
Fine by me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73592/new/
https://reviews.llvm.org/D73592
More information about the llvm-commits
mailing list