[PATCH] D129735: [RISCV] Add new pass to transform undef to pesudo for vector values.

Piyou Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 21:27:57 PST 2022


BeMg marked an inline comment as done.
BeMg added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/undef-earlyclobber-chain.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple riscv64 -mattr=+v -riscv-enable-subreg-liveness < %s  | FileCheck %s
----------------
kito-cheng wrote:
> Could you add a pre-commit patch for this testcase so that could easier demonstrate what's get fixed?
New patch https://reviews.llvm.org/D137763 for test only and set up the dependency.

Should I remove the testcase in this patch?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129735



More information about the llvm-commits mailing list