[all-commits] [llvm/llvm-project] 66db53: [RISCV] Fix vnsrl/vnsra isel patterns that are dro...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue May 24 21:39:16 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 66db5312bd6676cae721b3ad9f76b68af7909e7c
      https://github.com/llvm/llvm-project/commit/66db5312bd6676cae721b3ad9f76b68af7909e7c
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-05-24 (Tue, 24 May 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vnsra-vnsrl.ll

  Log Message:
  -----------
  [RISCV] Fix vnsrl/vnsra isel patterns that are dropping VL.

We were incorrectly using VLMax instead of the passed VL.

Reviewed By: khchen, reames

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




More information about the All-commits mailing list