[all-commits] [llvm/llvm-project] 471a61: [mlir][drr] Add warning for simple case of mismatc...

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Wed Mar 6 02:30:08 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 471a6128901747130ae11ce87b6e0095f862ed9a
      https://github.com/llvm/llvm-project/commit/471a6128901747130ae11ce87b6e0095f862ed9a
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
    M mlir/test/mlir-tblgen/rewriter-errors.td
    M mlir/tools/mlir-tblgen/RewriterGen.cpp

  Log Message:
  -----------
  [mlir][drr] Add warning for simple case of mismatched variadic. (#84040)

When a variadic argument is expected but not provided the compilation
fails later with a difficult to follow compilation error. Add a simple
check to catch one such case.

This is not yet general as it doesn't yet check leaf nodes.



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