[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
Wed Sep 6 10:28:37 PDT 2023


paulwalker-arm updated this revision to Diff 556054.
paulwalker-arm added a comment.

Rebased, updated function description of isScalableTy and added more tests.


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/include/llvm/IR/Type.h
  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.556054.patch
Type: text/x-patch
Size: 28605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230906/21d14161/attachment.bin>


More information about the llvm-commits mailing list