[Mlir-commits] [mlir] [mlir] Fix GPU_Launch op getPrivateAttributions function (PR #178369)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Feb 12 22:57:58 PST 2026
================
@@ -0,0 +1,13 @@
+// RUN: mlir-opt %s -test-ir-visitors | FileCheck %s
----------------
woruyu wrote:
The related PR is llvm/llvm-project#181318. However, it still doesn’t address the core problem I’m facing: without using `-test-ir-visitors`, I can’t construct a minimal testcase that reliably triggers the bug.
https://github.com/llvm/llvm-project/pull/178369
More information about the Mlir-commits
mailing list