[Mlir-commits] [mlir] [mlir] Fix GPU_Launch op getPrivateAttributions function (PR #178369)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Feb 2 19:02:06 PST 2026
================
@@ -0,0 +1,13 @@
+// RUN: mlir-opt %s -test-ir-visitors | FileCheck %s
----------------
woruyu wrote:
I can't find a suitable testcase standing for valid gpu.launch operation. Most of testcase is for function(like invalid, canonicalize and bufferization). I can't find one using -test-ir-visitors. So rename to `gpu-launch-no-prv-attribution-issue-176391.mlir`.
https://github.com/llvm/llvm-project/pull/178369
More information about the Mlir-commits
mailing list