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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 26 06:38:44 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:
----------------
arsenm wrote:

The mangling for void is the ugly isVoid, but I don't see that as a great reason to leave around an intrinsic that only differs by adding a concrete return type 

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


More information about the llvm-commits mailing list