[PATCH] D106857: [RISCV] Teach VSETVLI insertion to merge the unused VSETVLI with the one need to be insert after it.

Jianjian Guan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 05:30:19 PDT 2021


jacquesguan added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/vsetvli-insert.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv64 -mattr=+m,+f,+d,+a,+c,+experimental-v \
----------------
frasercrmck wrote:
> It would be helpful if the test case was pre-committed so we can better see the changes introduced by this patch.
Thanks, I added the test in D106865.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106857



More information about the llvm-commits mailing list