[llvm] [Patchpoint] Implement integer result type legalization for patchpoints (PR #97278)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 03:46:59 PDT 2024


================
@@ -329,6 +329,10 @@ void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) {
   case ISD::LLRINT:
     Res = PromoteIntRes_XRINT(N);
     break;
+
----------------
arsenm wrote:

Extra blank line 

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


More information about the llvm-commits mailing list