[mlir] Fix bots after bytecode support was added in D131747
authorRiver Riddle <riddleriver@gmail.com>
Mon, 22 Aug 2022 08:31:31 +0000 (01:31 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Mon, 22 Aug 2022 08:31:39 +0000 (01:31 -0700)
commit93cf0e8a28e8c682f65d3e5c394d1eb169ca09ce
treeba4ac9ac408ee07bb2aacc1df11a1e1c2efa4e37
parenta1c42cb80354cfa6ee99ea8cb1e5cab62c1f13d5
[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)
mlir/lib/Bytecode/Reader/BytecodeReader.cpp
mlir/lib/Bytecode/Writer/IRNumbering.cpp
mlir/test/Bytecode/general.mlir
mlir/test/Bytecode/invalid/invalid-dialect_section.mlir
mlir/test/Bytecode/invalid/invalid-ir_section.mlir
mlir/test/Bytecode/invalid/invalid-string_section.mlir
mlir/test/Bytecode/invalid/invalid-structure.mlir
mlir/test/Bytecode/invalid/invalid_attr_type_offset_section.mlir
mlir/test/Bytecode/invalid/invalid_attr_type_section.mlir