[Mlir-commits] [mlir] [mlir] Fix GPU_Launch op getPrivateAttributions function (PR #178369)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Feb 4 18:00:09 PST 2026
================
@@ -0,0 +1,13 @@
+// RUN: mlir-opt %s -test-ir-visitors | FileCheck %s
----------------
woruyu wrote:
I have a question. This bug only occurs when `test-ir-visitors` is run. It depends on the `launch operation free` within the region block, followed by running the `verify`. If `test-ir-visitors` isn't added, is this still a valid test case?
https://github.com/llvm/llvm-project/pull/178369
More information about the Mlir-commits
mailing list