[Mlir-commits] [mlir] [mlir] Fix GPU_Launch op getPrivateAttributions function (PR #178369)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Feb 24 01:26:53 PST 2026
================
@@ -0,0 +1,13 @@
+// RUN: mlir-opt %s -test-ir-visitors | FileCheck %s
----------------
woruyu wrote:
> Can you clarify again why the IR I posted above does not trigger the bug?
Rebase to the main, If I use the posted, I will get `error: 'gpu.launch' op body region is empty`, so add `gpu.terminator` to region and run again, I will get `error: 'gpu.launch' op unexpected number of region arguments`.
https://github.com/llvm/llvm-project/pull/178369
More information about the Mlir-commits
mailing list