[PATCH] D147944: [LV][NFC] Improve complexity of fixing users of reductions
Michael Maitland via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 5 11:34:52 PDT 2023
michaelmaitland abandoned this revision.
michaelmaitland added a comment.
Herald added subscribers: wangpc, artagnon.
I am going to abandon this revision. This case is not the same as in fixFixedOrderReccurence since we do not have the LiveOut->phis() function here to check whether the LoopExistInst is contained in incoming values in an O(1) fashion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147944/new/
https://reviews.llvm.org/D147944
More information about the llvm-commits
mailing list