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

Csanád Hajdú via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 04:09:23 PDT 2024


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

The other cases in the switch are organized into small logical groups separated by a blank line, so I was following that convention here.

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


More information about the llvm-commits mailing list