[Mlir-commits] [mlir] [mlir][bytecode] Fix D155919 and enable backward-compatibility and ba… (PR #70498)

Mehdi Amini llvmlistbot at llvm.org
Fri Oct 27 17:44:28 PDT 2023


================
@@ -406,6 +424,8 @@ class OpOrAdaptorHelper {
   std::string operandSegmentsSizeStorage;
   std::optional<NamedProperty> resultSegmentsSize;
   std::string resultSegmentsSizeStorage;
+  unsigned long operandSegmentSizesLegacyIndex = 0;
+  unsigned long resultSegmentSizesLegacyIndex = 0;
----------------
joker-eph wrote:

Prefer: `int64_t` or `int`

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


More information about the Mlir-commits mailing list