[all-commits] [llvm/llvm-project] 93cf0e: [mlir] Fix bots after bytecode support was added i...

River Riddle via All-commits all-commits at lists.llvm.org
Mon Aug 22 01:32:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 93cf0e8a28e8c682f65d3e5c394d1eb169ca09ce
      https://github.com/llvm/llvm-project/commit/93cf0e8a28e8c682f65d3e5c394d1eb169ca09ce
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2022-08-22 (Mon, 22 Aug 2022)

  Changed paths:
    M mlir/lib/Bytecode/Reader/BytecodeReader.cpp
    M mlir/lib/Bytecode/Writer/IRNumbering.cpp
    M mlir/test/Bytecode/general.mlir
    M mlir/test/Bytecode/invalid/invalid-dialect_section.mlir
    M mlir/test/Bytecode/invalid/invalid-ir_section.mlir
    M mlir/test/Bytecode/invalid/invalid-string_section.mlir
    M mlir/test/Bytecode/invalid/invalid-structure.mlir
    M mlir/test/Bytecode/invalid/invalid_attr_type_offset_section.mlir
    M mlir/test/Bytecode/invalid/invalid_attr_type_section.mlir

  Log Message:
  -----------
  [mlir] Fix bots after bytecode support was added in D131747

* Fix ambiguous Twine constructor call
* Ensure shift is 64-bit (for MSVC)
* Disable bytecode tests on s390x (we don't support big endian right now)




More information about the All-commits mailing list