[PATCH] D107286: [LV] Widen ExtractValue instructions instead of scalarizing.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 3 04:36:34 PDT 2021


sdesmalen updated this revision to Diff 363691.
sdesmalen added a comment.

- Removed unused variable.
- Hoisted ExtractValue and Splat out of the loop.
- Updated test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107286

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/extractvalue-no-scalarization-required.ll
  llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-extractvalue.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107286.363691.patch
Type: text/x-patch
Size: 7768 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210803/45768e8e/attachment.bin>


More information about the llvm-commits mailing list