[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
Thu Sep 14 06:57:10 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc7d65e4466ea: [IR] Enable load/store/alloca for arrays of scalable vectors. (authored by paulwalker-arm).

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.556782.patch
Type: text/x-patch
Size: 28605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230914/c2db9213/attachment.bin>


More information about the llvm-commits mailing list