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

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c51938067fa0e1b14b27e22d4b32d02bd5eb2a3
      https://github.com/llvm/llvm-project/commit/6c51938067fa0e1b14b27e22d4b32d02bd5eb2a3
  Author: Henrich Lauko <xlauko at mail.muni.cz>
  Date:   2026-02-11 (Wed, 11 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 (#180796)

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