[all-commits] [llvm/llvm-project] e52238: [AArch64] Add @llvm.experimental.vector.match (#10...

Ricardo Jesus via All-commits all-commits at lists.llvm.org
Thu Nov 14 01:00:41 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e52238b59f250aef5dc0925866d0308305a19dbf
      https://github.com/llvm/llvm-project/commit/e52238b59f250aef5dc0925866d0308305a19dbf
  Author: Ricardo Jesus <rjj at nvidia.com>
  Date:   2024-11-14 (Thu, 14 Nov 2024)

  Changed paths:
    M llvm/docs/LangRef.rst
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h
    A llvm/test/CodeGen/AArch64/intrinsic-vector-match-sve2.ll

  Log Message:
  -----------
  [AArch64] Add @llvm.experimental.vector.match (#101974)

This patch introduces an experimental intrinsic for matching the
elements of one vector against the elements of another.

For AArch64 targets that support SVE2, the intrinsic lowers to a MATCH
instruction for supported fixed and scalar vector types.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list