[PATCH] D69067: [LV] Reduce ingredient DU usage by ILV (NFC)
Gil Rapaport via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 3 07:55:22 PST 2019
gilr marked 4 inline comments as done.
gilr added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.h:750
+ bool IsPtrLoopInvariant;
+ SmallBitVector IsIndexLoopInvariant;
+
----------------
Ayal wrote:
> Holding a `LoopInvariantIndices` set would be worse than `IsIndexLoopInvariant` bit vector, right?
I think so.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69067/new/
https://reviews.llvm.org/D69067
More information about the llvm-commits
mailing list