[all-commits] [llvm/llvm-project] fe3bb8: [AArch64][SVE] Add ImmArg property to intrinsics w...

kmclaughlin-arm via All-commits all-commits at lists.llvm.org
Fri Jan 17 02:58:47 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fe3bb8ec9683559fe839ef883e189e5dcf0c5af2
      https://github.com/llvm/llvm-project/commit/fe3bb8ec9683559fe839ef883e189e5dcf0c5af2
  Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
  Date:   2020-01-17 (Fri, 17 Jan 2020)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/lib/Target/AArch64/AArch64InstrFormats.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td

  Log Message:
  -----------
  [AArch64][SVE] Add ImmArg property to intrinsics with immediates

Summary:
Several SVE intrinsics with immediate arguments (including those
added by D70253 & D70437) do not use the ImmArg property.
This patch adds ImmArg<Op> where required and changes
the appropriate patterns which match the immediates.

Reviewers: efriedma, sdesmalen, andwar, rengolin

Reviewed By: efriedma

Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, cfe-commits, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list