================
@@ -27293,6 +27295,15 @@ void AArch64TargetLowering::ReplaceNodeResults(
       Results.push_back(DAG.getNode(ISD::TRUNCATE, DL, VT, V));
       return;
     }
+    case Intrinsic::aarch64_sme_in_streaming_mode: {
+      auto DL = SDLoc(N);
----------------
sdesmalen-arm wrote:

```suggestion
      SDLoc DL(N);
```

https://github.com/llvm/llvm-project/pull/120265
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to