[all-commits] [llvm/llvm-project] 5b848a: [AArch64][SVE] NFC: Use stepvector directly in ind...

Cullen Rhodes via All-commits all-commits at lists.llvm.org
Thu Sep 9 00:11:26 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5b848a35d2aa1d9e4e50e776c08c1f2da736405b
      https://github.com/llvm/llvm-project/commit/5b848a35d2aa1d9e4e50e776c08c1f2da736405b
  Author: Cullen Rhodes <cullen.rhodes at arm.com>
  Date:   2021-09-09 (Thu, 09 Sep 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td

  Log Message:
  -----------
  [AArch64][SVE] NFC: Use stepvector directly in index multiclasses

Also fixes a couple of warnings identified in D109359:

  SVEInstrFormats.td:5099:59: warning: unused template argument: sve_int_index_ri::step_vector
  SVEInstrFormats.td:5133:59: warning: unused template argument: sve_int_index_rr::step_vector

Reviewed By: david-arm

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


  Commit: d42f76fd368ac885289836c0bce1d7ca6ad7348a
      https://github.com/llvm/llvm-project/commit/d42f76fd368ac885289836c0bce1d7ca6ad7348a
  Author: Cullen Rhodes <cullen.rhodes at arm.com>
  Date:   2021-09-09 (Thu, 09 Sep 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td

  Log Message:
  -----------
  [AArch64][SVE] NFC: Remove unused template args

For sve_fp_3op_p_zds_zx we have zero patterns downstream but the
intrinsic args can be added again if/when the patterns are implemented.

Identified in D109359.

Reviewed By: sdesmalen

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


Compare: https://github.com/llvm/llvm-project/compare/4bc8dbe0cae3...d42f76fd368a


More information about the All-commits mailing list