[Mlir-commits] [mlir] [mlir][bytecode] Fix crashes when reading bytecode with unsupported types (PR #186354)

Mehdi Amini llvmlistbot at llvm.org
Mon Mar 16 04:12:30 PDT 2026


================
@@ -34,22 +34,25 @@ namespace {
 // TODO: Move these to separate file.
 
 // Returns the bitwidth if known, else return 0.
----------------
joker-eph wrote:

Nit: this comment was not updated along with the return type — should be `// Returns the bitwidth if known, else return std::nullopt.`

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


More information about the Mlir-commits mailing list