[all-commits] [llvm/llvm-project] 77fd12: [AArch64] Add aarch64_neon_vcmla{_rot{90, 180, 270}}...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Dec 9 11:51:58 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 77fd12a66e4ccfb57a3e22ee18721aaeddbe4936
      https://github.com/llvm/llvm-project/commit/77fd12a66e4ccfb57a3e22ee18721aaeddbe4936
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-12-09 (Wed, 09 Dec 2020)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    A llvm/test/CodeGen/AArch64/neon-vcmla.ll

  Log Message:
  -----------
  [AArch64] Add aarch64_neon_vcmla{_rot{90,180,270}} intrinsics.

Add builtins required to implement vcmla and rotated variants from
the ACLE

Reviewed By: t.p.northover

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




More information about the All-commits mailing list