[Mlir-commits] [mlir] [mlir][mesh] Better Op result names (PR #82408)

Mehdi Amini llvmlistbot at llvm.org
Tue Feb 20 15:22:15 PST 2024


================
@@ -27,7 +27,9 @@
 #include "llvm/ADT/DenseSet.h"
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/ADT/SmallSet.h"
+#include "llvm/ADT/SmallString.h"
 #include "llvm/ADT/SmallVector.h"
+#include "llvm/ADT/Twine.h"
----------------
joker-eph wrote:

Nit: these includes don't seem needed from the diff

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


More information about the Mlir-commits mailing list