[llvm] [RISCV][RegAlloc] Add getCSRFirstUseCost for RISC-V (PR #131349)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 19 20:14:34 PDT 2025
================
@@ -0,0 +1,107 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc %s -mtriple=riscv64 -regalloc-csr-first-time-cost=0 | FileCheck %s -check-prefix=ZERO-COST
----------------
wangpc-pp wrote:
Should be `<%s` I think. The CI is failed.
https://github.com/llvm/llvm-project/pull/131349
More information about the llvm-commits
mailing list