[llvm] [Intrinsics] Make `patchpoint.i64` generic on its return type (PR #85911)

via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 26 02:12:24 PDT 2024


=?utf-8?q?Csanád_Hajdú?= <csanad.hajdu at arm.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/85911 at github.com>


================
@@ -3330,7 +3330,7 @@ void SelectionDAGBuilder::visitInvoke(const InvokeInst &I) {
           EHPadMBB->setMachineBlockAddressTaken();
       break;
     case Intrinsic::experimental_patchpoint_void:
----------------
Il-Capitano wrote:

I tried removing it, and it seems like it changes the mangled name to `@llvm.experimental.patchpoint.isVoid`. I'm not sure if this would be desireable.

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


More information about the llvm-commits mailing list