[Mlir-commits] [mlir] [MLIR][Bytecode] Enforce alignment requirements (PR #157004)

Mehdi Amini llvmlistbot at llvm.org
Fri Sep 5 04:15:15 PDT 2025


================
@@ -22,10 +22,13 @@
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Support/Endian.h"
+#include "llvm/Support/Format.h"
+#include "llvm/Support/LogicalResult.h"
----------------
joker-eph wrote:

Can you share a clang-tidy invocation? I suspect they may have been added by your IDE, because my clangd warns about these being unused now, and my clang-tidy does not complain about it:

```
clang-tidy -p build mlir/lib/Bytecode/Reader/BytecodeReader.cpp
```


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


More information about the Mlir-commits mailing list