[Mlir-commits] [mlir] [mlir][Interfaces] Add `mustProgress` interface method + folding pattern (PR #179039)

Jakub Kuderski llvmlistbot at llvm.org
Sat Jan 31 07:12:39 PST 2026


================
@@ -24,4 +25,15 @@
 
 #include "mlir/Dialect/UB/IR/UBOpsDialect.h.inc"
 
+namespace mlir {
+namespace ub {
----------------
kuhar wrote:

nit/optional
```suggestion
namespace mlir::ub {
```

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


More information about the Mlir-commits mailing list