[all-commits] [llvm/llvm-project] 05bb31: [MLIR] Guard optional operand resolution in genera...

Henrich Lauko via All-commits all-commits at lists.llvm.org
Tue Feb 10 09:58:23 PST 2026


  Branch: refs/heads/users/xlauko/fix-optional-type-inference
  Home:   https://github.com/llvm/llvm-project
  Commit: 05bb31f6b9ed3c8b87a250ce5d740da4415aab76
      https://github.com/llvm/llvm-project/commit/05bb31f6b9ed3c8b87a250ce5d740da4415aab76
  Author: xlauko <xlauko at mail.muni.cz>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M mlir/test/lib/Dialect/Test/TestOpsSyntax.td
    M mlir/test/mlir-tblgen/op-format.mlir
    M mlir/tools/mlir-tblgen/OpFormatGen.cpp

  Log Message:
  -----------
  [MLIR] Guard optional operand resolution in generated op parsers

Skip resolveOperands for optional operands when they are absent to
avoid out-of-bounds access on the empty types vector.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list