[PATCH] D69067: [LV] Record GEP widening decisions in recipe (NFCI)

Gil Rapaport via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 25 05:35:48 PST 2019


gilr updated this revision to Diff 230879.
gilr retitled this revision from "[LV] Reduce ingredient DU usage by ILV (NFC)" to "[LV] Record GEP widening decisions in recipe (NFCI)".
gilr edited the summary of this revision.
gilr added a comment.

- Limit this commit to handling GEP widening only, per Ayal's comment.
- Bug fix: The all-operands-are-invariant check was not checking the pointer's invariance.


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

https://reviews.llvm.org/D69067

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp
  llvm/lib/Transforms/Vectorize/VPlanHCFGTransforms.h
  llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69067.230879.patch
Type: text/x-patch
Size: 16358 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191125/a2f56093/attachment.bin>


More information about the llvm-commits mailing list