[PATCH] D146872: [1/11][IR] Permit load/store/alloca for struct of the same scalable vector type

Yueh-Ting (eop) Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 19 09:39:47 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc8eb535aed03: [1/11][IR] Permit load/store/alloca for struct of the same scalable vector type (authored by eopXD).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146872

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/CodeGen/Analysis.h
  llvm/include/llvm/IR/DataLayout.h
  llvm/include/llvm/IR/DerivedTypes.h
  llvm/include/llvm/IR/Type.h
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/CodeGen/Analysis.cpp
  llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/IR/DataLayout.cpp
  llvm/lib/IR/Type.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/lib/Transforms/Scalar/SROA.cpp
  llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
  llvm/test/Assembler/scalable-vector-struct.ll
  llvm/test/CodeGen/AArch64/sme-aarch64-svcount.ll
  llvm/test/CodeGen/RISCV/rvv/alloca-load-store-scalable-struct.ll
  llvm/test/Transforms/InstCombine/scalable-vector-struct.ll
  llvm/test/Transforms/SROA/scalable-vector-struct.ll
  llvm/test/Verifier/scalable-vector-struct-gep.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146872.523826.patch
Type: text/x-patch
Size: 39032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230519/f60b8ef7/attachment.bin>


More information about the llvm-commits mailing list