[all-commits] [llvm/llvm-project] b34de6: [SVE] Add intrinsics for integer binops that expli...

paulwalker-arm via All-commits all-commits at lists.llvm.org
Sun Jan 22 04:26:44 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b34de68a1aaad9ff25926f583ba80ef01075552a
      https://github.com/llvm/llvm-project/commit/b34de68a1aaad9ff25926f583ba80ef01075552a
  Author: Paul Walker <paul.walker at arm.com>
  Date:   2023-01-22 (Sun, 22 Jan 2023)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/sve-aba.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-undef.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-shifts-undef.ll
    M llvm/test/CodeGen/AArch64/sve2-sra.ll

  Log Message:
  -----------
  [SVE] Add intrinsics for integer binops that explicitly undefine the result for inactive lanes.

The intent is to lower the clang X form SVE builtins to these
intrinsics. The suffix _x is already in use to signify unpredicated
SVE intrinsics hence my choice to use _u to signify those intrinsics
where the result for inactive lanes is undefined.

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




More information about the All-commits mailing list