[all-commits] [llvm/llvm-project] adf9fe: [mlir][tosa] Add assembly format validation for CO...
TatWai Chong via All-commits
all-commits at lists.llvm.org
Mon Jun 2 02:48:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: adf9fedd47360589f2168802d87eeaf23197ea30
https://github.com/llvm/llvm-project/commit/adf9fedd47360589f2168802d87eeaf23197ea30
Author: TatWai Chong <tatwai.chong at arm.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
M mlir/test/Dialect/Tosa/error_if_check.mlir
Log Message:
-----------
[mlir][tosa] Add assembly format validation for COND_IF op (#142254)
COND_IF's simplified form - where redundant operand notations are
omitted - is not conformant to the specification. According to the
specification, all operands passed into an operation must be explicitly
declared at each operation's structure. Add optional check to verify if
the given form complies with the specification.
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