[Mlir-commits] [mlir] [MLIR][Bytecode] Enforce alignment requirements (PR #157004)
Maksim Levental
llvmlistbot at llvm.org
Thu Sep 4 20:19:29 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"
----------------
makslevental wrote:
nit: i can't tell if these are actually necessary? `LogicalResult.h` definitely isn't since there were `LogicalResult`s here prior. Same for `#include <cstdint>` below.
https://github.com/llvm/llvm-project/pull/157004
More information about the Mlir-commits
mailing list