[all-commits] [llvm/llvm-project] 66bd7e: [SVE] Use DUPM to handling more splat immediate ca...

paulwalker-arm via All-commits all-commits at lists.llvm.org
Wed Jan 26 04:06:39 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 66bd7ebdf76ab1758469145a5194b6fa833dd3a9
      https://github.com/llvm/llvm-project/commit/66bd7ebdf76ab1758469145a5194b6fa833dd3a9
  Author: Paul Walker <paul.walker at arm.com>
  Date:   2022-01-26 (Wed, 26 Jan 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/test/CodeGen/AArch64/sve-int-arith-imm.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-imm.ll
    M llvm/test/CodeGen/AArch64/sve-vector-splat.ll
    M llvm/test/CodeGen/AArch64/sve-vselect-imm.ll
    M llvm/test/CodeGen/AArch64/sve2-int-mul.ll

  Log Message:
  -----------
  [SVE] Use DUPM to handling more splat immediate cases.

NOTE: Only considers i64 based vectors at this time because smaller
element types require extra isel operand parsing.

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




More information about the All-commits mailing list