[llvm] [RISCV] Fix musttail with indirect arguments by forwarding incoming pointers (PR #185094)
Xavier Roche via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 19 06:10:03 PDT 2026
================
@@ -92,6 +95,9 @@ class RISCVMachineFunctionInfo : public MachineFunctionInfo {
/// Does it probe the stack for a dynamic allocation?
bool HasDynamicAllocation = false;
+ /// Whether the function has cf-protection-branch module flag set.
+ bool CFProtectionBranch = false;
----------------
xroche wrote:
Oops, I imported new stuff from main
https://github.com/llvm/llvm-project/pull/185094
More information about the llvm-commits
mailing list