[Mlir-commits] [mlir] [mlir] Fix GPU_Launch op getPrivateAttributions function (PR #178369)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Feb 25 02:00:09 PST 2026


================
@@ -0,0 +1,13 @@
+// RUN: mlir-opt %s -test-ir-visitors | FileCheck %s
----------------
woruyu wrote:

Rebased onto main, the test now passes for me as well. This might be related to PR https://github.com/llvm/llvm-project/pull/181320 landing (or changes around it).

I'm a bit unsure whether this PR is still meaningful: the original issue no longer reproduces with the current main on my side. Do you think we should keep this PR (e.g., as additional coverage), or is it better to close it as fixed elsewhere?

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


More information about the Mlir-commits mailing list