[all-commits] [llvm/llvm-project] f19611: [ARM] Add predicated shift patterns

David Green via All-commits all-commits at lists.llvm.org
Sat Apr 29 12:33:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1961153c2017351244289e1b3164bfa9125996f
      https://github.com/llvm/llvm-project/commit/f1961153c2017351244289e1b3164bfa9125996f
  Author: David Green <david.green at arm.com>
  Date:   2023-04-29 (Sat, 29 Apr 2023)

  Changed paths:
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/test/CodeGen/Thumb2/mve-laneinterleaving.ll
    M llvm/test/CodeGen/Thumb2/mve-pred-selectop.ll
    M llvm/test/CodeGen/Thumb2/mve-pred-selectop2.ll
    M llvm/test/CodeGen/Thumb2/mve-pred-selectop3.ll

  Log Message:
  -----------
  [ARM] Add predicated shift patterns

This uses the patterns defined in MVE_TwoOpPattern to add predicated patterns
for vshls/u instructions.

Differnetial Revision: https://reviews.llvm.org/D149366




More information about the All-commits mailing list