[PATCH] D129735: [RISCV] Add new pass to transform undef to pesudo for vector values.
Kito Cheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 9 17:26:59 PST 2022
kito-cheng 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
----------------
Could you add a pre-commit patch for this testcase so that could easier demonstrate what's get fixed?
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