[all-commits] [llvm/llvm-project] df2450: [AArch64][SME]: Add precursory tests for D138222

hassnaaHamdi via All-commits all-commits at lists.llvm.org
Fri Nov 18 04:20:31 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: df24501f6a4ad4b5c9a60fb872b5793b556b523d
      https://github.com/llvm/llvm-project/commit/df24501f6a4ad4b5c9a60fb872b5793b556b523d
  Author: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-insert-vector-elt.ll

  Log Message:
  -----------
  [AArch64][SME]: Add precursory tests for D138222


  Commit: 79e8bd1addbe9a969c2de2aa9f317fca756b2f60
      https://github.com/llvm/llvm-project/commit/79e8bd1addbe9a969c2de2aa9f317fca756b2f60
  Author: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-insert-vector-elt.ll

  Log Message:
  -----------
  [AArch64][SME]: Generate streaming-compatible code for ISD::INSERT_VECTOR_ELT.

1- Enable custom lowering INSERT_VECTOR_ELT to generate code compatible
   to streaming mode.
2- Add testing file:
   insert-vector-elt.ll

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


Compare: https://github.com/llvm/llvm-project/compare/163dbfe869f5...79e8bd1addbe


More information about the All-commits mailing list