[PATCH] D106939: [RISCV] If the maskedoff is vundefined(), use ta, ma for vsetvli.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 29 09:20:08 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/maskedoff-undef.ll:3
+; RUN: llc -mtriple=riscv64 -mattr=+experimental-v -verify-machineinstrs \
+; RUN:   --riscv-no-aliases < %s | FileCheck %s
+
----------------
frasercrmck wrote:
> I don't think we're typically using `--riscv-no-aliases` in our CodeGen tests?
We were at one point using that on rvv tests, but I think it's been removed now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106939/new/

https://reviews.llvm.org/D106939



More information about the llvm-commits mailing list