[Mlir-commits] [mlir] [mlir][tosa] Enable Constant Operand Check by Default in TOSA Validation Pass (PR #150598)
Peng Sun
llvmlistbot at llvm.org
Fri Aug 1 03:02:59 PDT 2025
psunn wrote:
>It also enables enhanced error_if checks and profile compliance alignment, so it’s quite an overloaded option at this point.
That’s true — we could expose additional flags to control these behaviors individually, but that might be overkill.
>There could be some impact on downstream users… --tosa-validate="extension=dynamic" can be used to skip the constant operand checks if needed.
I think this change is reasonable to merge, and we can always revert it if any strong objections arise from downstream users.
https://github.com/llvm/llvm-project/pull/150598
More information about the Mlir-commits
mailing list