[PATCH] D100273: [VectorCombine] Scalarize vector load/extract.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 21 06:29:46 PDT 2021
fhahn updated this revision to Diff 347010.
fhahn added a comment.
Updated code to use common alignment of original alignment and the scalar type alignment.
Also rebased on top of 4efb4f674cb6 <https://reviews.llvm.org/rG4efb4f674cb6798949d943bd5755798a7f80e3d9>, which adds a new positive test where multiple extracts of the same load are scalarized
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100273/new/
https://reviews.llvm.org/D100273
Files:
llvm/lib/Transforms/Vectorize/VectorCombine.cpp
llvm/test/Transforms/VectorCombine/AArch64/load-extractelement-scalarization.ll
llvm/test/Transforms/VectorCombine/X86/load-inseltpoison.ll
llvm/test/Transforms/VectorCombine/X86/load.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100273.347010.patch
Type: text/x-patch
Size: 13045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210521/6b04b150/attachment.bin>
More information about the llvm-commits
mailing list