[all-commits] [llvm/llvm-project] e41e86: [AArch64] Prepare for changes to STEP_VECTOR.

Eli Friedman via All-commits all-commits at lists.llvm.org
Sat Jul 17 14:14:44 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e41e865b15ca2ded7c992b8174915f966e482c3f
      https://github.com/llvm/llvm-project/commit/e41e865b15ca2ded7c992b8174915f966e482c3f
  Author: Eli Friedman <efriedma at quicinc.com>
  Date:   2021-07-17 (Sat, 17 Jul 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/test/CodeGen/AArch64/sve-stepvector.ll

  Log Message:
  -----------
  [AArch64] Prepare for changes to STEP_VECTOR.

Rewrite patterns to assume that the operand of STEP_VECTOR is a
constant. The old patterns will stop working when the operand is changed
from a Constant to a TargetConstant. (See D105673.)

Add test coverage for certain patterns that weren't exercised by
existing regression tests.

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




More information about the All-commits mailing list