[PATCH] D68593: [NewPM] Add an SROA pass after loop unroll
Wei Mi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 10:45:23 PDT 2019
wmi added a comment.
Looks like a very helpful patch. I saw the problem showing up at multiple places when I was looking at a halide testcase and I was wondering what was wrong. I can try it out and see if the patch can fix it.
Could you evaluate the compilation time impact of the patch? If there is measurable compilation time increase, you may consider only adding it to O3 <https://reviews.llvm.org/owners/package/3/>.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68593/new/
https://reviews.llvm.org/D68593
More information about the llvm-commits
mailing list