[PATCH] D99759: [LoopUnroll] avoid assumption clone explosion

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 16 05:52:53 PDT 2021


spatel abandoned this revision.
spatel added a comment.

Abandoning.
We decided that this really is a ValueTracking problem. 
I committed D100573 <https://reviews.llvm.org/D100573> / bb907b26e2bf <https://reviews.llvm.org/rGbb907b26e2bf2a0d5ea3fcb13ba0ccef3420a38c> as an alternate fix for the bug. 
Let's see if there are any regressions -- and potentially compile-time improvements -- from the loss of assumption analysis power.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99759/new/

https://reviews.llvm.org/D99759



More information about the llvm-commits mailing list