[llvm] [RISCV][InsertVSETVLI] Remove redundant vsetvli by repeating the coalesce phase (PR #141298)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Tue May 27 11:52:42 PDT 2025
================
@@ -0,0 +1,84 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -mtriple=riscv64 -mattr=+v,+m,+b -run-pass=liveintervals,riscv-insert-vsetvli %s -o - | FileCheck %s
----------------
lukel97 wrote:
I presume +m and +b are no longer needed?
https://github.com/llvm/llvm-project/pull/141298
More information about the llvm-commits
mailing list