[Mlir-commits] [mlir] [mlir][ptr] Add `ptr.ptr_diff` operation (PR #157354)

Christian Ulmann llvmlistbot at llvm.org
Sun Sep 14 23:13:36 PDT 2025


================
@@ -15,6 +15,7 @@
 #include "mlir/IR/Matchers.h"
 #include "mlir/Interfaces/DataLayoutInterfaces.h"
 #include "mlir/Transforms/InliningUtils.h"
+#include "llvm/ADT/StringExtras.h"
----------------
Dinistro wrote:

This looks like an accidental include. 

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


More information about the Mlir-commits mailing list