[Mlir-commits] [mlir] [MLIR][pass registry] show overlapping pass pipeline name (PR #70167)

Mehdi Amini llvmlistbot at llvm.org
Tue Oct 24 23:52:38 PDT 2023


================
@@ -6,8 +6,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include <utility>
 #include <optional>
+#include <utility>
----------------
joker-eph wrote:

Since you're touching these lines: can you move them after the project headers and move `#include "mlir/Pass/PassRegistry.h"` here instead?

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


More information about the Mlir-commits mailing list