[Mlir-commits] [mlir] ca5a12f - Bump the MLIR bytecode current revision (version 5) to match the implementation

Mehdi Amini llvmlistbot at llvm.org
Thu May 25 20:40:47 PDT 2023


Author: Mehdi Amini
Date: 2023-05-25T20:40:03-07:00
New Revision: ca5a12fd69d4acf70c08f797cbffd714dd548348

URL: https://github.com/llvm/llvm-project/commit/ca5a12fd69d4acf70c08f797cbffd714dd548348
DIFF: https://github.com/llvm/llvm-project/commit/ca5a12fd69d4acf70c08f797cbffd714dd548348.diff

LOG: Bump the MLIR bytecode current revision (version 5) to match the implementation

Added: 
    

Modified: 
    mlir/include/mlir/Bytecode/Encoding.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Bytecode/Encoding.h b/mlir/include/mlir/Bytecode/Encoding.h
index c721b91f934a7..0af43aae29d51 100644
--- a/mlir/include/mlir/Bytecode/Encoding.h
+++ b/mlir/include/mlir/Bytecode/Encoding.h
@@ -29,7 +29,7 @@ enum {
   kMinSupportedVersion = 0,
 
   /// The current bytecode version.
-  kVersion = 4,
+  kVersion = 5,
 
   /// An arbitrary value used to fill alignment padding.
   kAlignmentByte = 0xCB,


        


More information about the Mlir-commits mailing list