[PATCH] D156404: [RISCV] Use x0 in vsetvli when avl is equal to vlmax.

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 05:19:09 PDT 2023


luke added a comment.

Makes sense to me



================
Comment at: llvm/test/CodeGen/RISCV/rvv/vsetvli-intrinsics.ll:5
 ; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v \
-; RUN:   -verify-machineinstrs | FileCheck %s
+; RUN:   -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK,VLENUNKONWN
+; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v \
----------------
Small typo


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156404



More information about the llvm-commits mailing list