[llvm] [Matrix] Lower vector reductions using shape info (PR #142055)

Jon Roelofs via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 10 10:56:26 PDT 2025


================
@@ -1111,6 +1113,7 @@ class LowerMatrixIntrinsics {
     if (!PoisonedInsts.empty()) {
       // If we didn't remove all poisoned instructions, it's a hard error.
       dbgs() << "Poisoned but present instructions:\n";
+      Func.dump();
----------------
jroelofs wrote:

fixme

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


More information about the llvm-commits mailing list