diff options
author | Tai Ly <tai.ly@arm.com> | 2025-04-07 11:47:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-07 09:47:07 -0700 |
commit | cb9afe53bf6c7ceb0bdf3b579c185cbff15a3b38 (patch) | |
tree | f58eeddb5be49302293772327a1fd581127341ec /llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp | |
parent | 1c8291ffc4d08ca6be915b880d163bfcf91b0c48 (diff) | |
download | llvm-cb9afe53bf6c7ceb0bdf3b579c185cbff15a3b38.zip llvm-cb9afe53bf6c7ceb0bdf3b579c185cbff15a3b38.tar.gz llvm-cb9afe53bf6c7ceb0bdf3b579c185cbff15a3b38.tar.bz2 |
[mlir][tosa] Fix validation pass assert (#134445)
This fixes a validation pass assert when processing ops with quantized
element types.
The failure case is added to invalid.mlir
The fix is to re-order the validation checking so that only ops with
int/float operands and results pass the first stage of validation pass,
so that the remaining checks do not need to handle quantized data types.
Signed-off-by: Tai Ly <tai.ly@arm.com>
Diffstat (limited to 'llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp')
0 files changed, 0 insertions, 0 deletions