[PATCH] D135324: [AArch64-SVE]: force using SVE in streaming mode

Hassnaa Hamdi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 15:06:01 PDT 2022


hassnaa-arm created this revision.
Herald added subscribers: ctetreau, hiraditya, kristof.beyls, tschuett.
Herald added a project: All.
hassnaa-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Force using SVE in streaming mode to lower arithmetic and logical fixed-width vector ops.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135324

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-arith.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-div.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-log.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mulh.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-rem.ll



More information about the llvm-commits mailing list