[all-commits] [llvm/llvm-project] c7d65e: [IR] Enable load/store/alloca for arrays of scalab...

paulwalker-arm via All-commits all-commits at lists.llvm.org
Thu Sep 14 06:57:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c7d65e4466eafe518937c59ef9a242234ed7a08a
      https://github.com/llvm/llvm-project/commit/c7d65e4466eafe518937c59ef9a242234ed7a08a
  Author: Paul Walker <paul.walker at arm.com>
  Date:   2023-09-14 (Thu, 14 Sep 2023)

  Changed paths:
    M llvm/docs/LangRef.rst
    M llvm/include/llvm/IR/Type.h
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/IR/Operator.cpp
    M llvm/lib/IR/Type.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/Transforms/IPO/GlobalOpt.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
    A llvm/test/CodeGen/AArch64/alloca-load-store-scalable-array.ll
    A llvm/test/CodeGen/RISCV/rvv/alloca-load-store-scalable-array.ll
    R llvm/test/Other/scalable-vector-array.ll
    M llvm/test/Transforms/GVN/opaque-ptr.ll
    A llvm/test/Transforms/GlobalOpt/2022-08-23-ScalableVectorArrayCrash.ll
    M llvm/test/Transforms/InstCombine/gep-can-replace-gep-idx-with-zero-typesize.ll
    M llvm/test/Transforms/InstCombine/opaque-ptr.ll
    A llvm/test/Transforms/InstCombine/scalable-vector-array.ll
    M llvm/test/Transforms/InstSimplify/gep.ll
    A llvm/test/Transforms/SROA/scalable-vector-array.ll
    M llvm/test/Transforms/SeparateConstOffsetFromGEP/AArch64/scalable-vector-geps.ll
    M llvm/test/Verifier/scalable-global-vars.ll

  Log Message:
  -----------
  [IR] Enable load/store/alloca for arrays of scalable vectors.

Differential Revision: https://reviews.llvm.org/D158517




More information about the All-commits mailing list