[llvm] [BOLT][RISCV] Fix conditional tail call (PR #209474)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 02:00:57 PDT 2026
================
@@ -328,6 +336,8 @@ class RISCVMCPlusBuilder : public MCPlusBuilder {
default:
return false;
case RISCV::C_J:
+ case RISCV::PseudoCALL:
----------------
WangJee wrote:
https://github.com/llvm/llvm-project/pull/136231 This also fixes correct profile data handling for direct function calls, since the target operand of PseudoCALL/PseudoTAIL can now be resolved. LGTM~
https://github.com/llvm/llvm-project/pull/209474
More information about the llvm-commits
mailing list