[all-commits] [llvm/llvm-project] 681888: [AArch64-SVE]: Force generating code compatible to...

hassnaaHamdi via All-commits all-commits at lists.llvm.org
Mon Oct 31 04:03:07 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 681888e3ab3485375909332140657845eec9bd0f
      https://github.com/llvm/llvm-project/commit/681888e3ab3485375909332140657845eec9bd0f
  Author: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
  Date:   2022-10-31 (Mon, 31 Oct 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-build-vector.ll
    A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-concat.ll
    A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-extract-subvector.ll
    A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-extract-vector-elt.ll
    A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-shifts.ll
    M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-loads.ll
    A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-shuffle.ll
    M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-stores.ll

  Log Message:
  -----------
  [AArch64-SVE]: Force generating code compatible to streaming mode.

When streaming mode is enabled, lower some operations and disable some code paths;
to force generateing code compatible to streaming mode.
Add streaming-mode flag for new sve-fixed-length testing files:
build_vector.ll
concat.ll
extract-subvector.ll
extract-vector-elt.ll
int-shifts.ll
loads.ll
shuffle.ll
stores.ll

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




More information about the All-commits mailing list