================
@@ -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