[PATCH] D158517: [IR] Enable load/store/alloca for arrays of scalable vectors.
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 29 09:24:07 PDT 2023
paulwalker-arm updated this revision to Diff 554391.
paulwalker-arm added a comment.
Herald added subscribers: hoy, ormris.
Extend fixes for various scalable vector code paths relating to getelementptr to also cover arrays of scalable vectors.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158517/new/
https://reviews.llvm.org/D158517
Files:
llvm/docs/LangRef.rst
llvm/lib/Analysis/InstructionSimplify.cpp
llvm/lib/IR/Operator.cpp
llvm/lib/IR/Type.cpp
llvm/lib/IR/Verifier.cpp
llvm/lib/Transforms/IPO/GlobalOpt.cpp
llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
llvm/test/CodeGen/AArch64/alloca-load-store-scalable-array.ll
llvm/test/CodeGen/RISCV/rvv/alloca-load-store-scalable-array.ll
llvm/test/Other/scalable-vector-array.ll
llvm/test/Transforms/GVN/opaque-ptr.ll
llvm/test/Transforms/GlobalOpt/2022-08-23-ScalableVectorArrayCrash.ll
llvm/test/Transforms/InstCombine/gep-can-replace-gep-idx-with-zero-typesize.ll
llvm/test/Transforms/InstCombine/opaque-ptr.ll
llvm/test/Transforms/InstCombine/scalable-vector-array.ll
llvm/test/Transforms/InstSimplify/gep.ll
llvm/test/Transforms/SROA/scalable-vector-array.ll
llvm/test/Transforms/SeparateConstOffsetFromGEP/AArch64/scalable-vector-geps.ll
llvm/test/Verifier/scalable-global-vars.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158517.554391.patch
Type: text/x-patch
Size: 24929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230829/058cd726/attachment.bin>
More information about the llvm-commits
mailing list