[Mlir-commits] [mlir] [mlir][spirv] Make ConvertToSPIRVPass into a test pass (non-public) (PR #124301)

Jakub Kuderski llvmlistbot at llvm.org
Fri Jan 24 08:49:48 PST 2025


================
@@ -26,6 +25,14 @@
 
 using namespace mlir;
 
+// Defined in the test directory, no public header.
+namespace mlir {
+namespace test {
----------------
kuhar wrote:

```suggestion
namespace mlir::test {
```

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


More information about the Mlir-commits mailing list