[clang] [llvm] [RISCV] Add partial support for -fzero-call-used-regs (PR #194883)

Pengcheng Wang via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 29 20:21:11 PDT 2026


================
@@ -0,0 +1,225 @@
+; RUN: llc < %s -verify-machineinstrs -mtriple=riscv64-unknown-unknown | FileCheck %s
----------------
wangpc-pp wrote:

Use `llvm/utils/update_llc_test_checks.py`?

https://github.com/llvm/llvm-project/pull/194883


More information about the cfe-commits mailing list