aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackProtector.cpp
diff options
context:
space:
mode:
authorLuke Hutton <luke.hutton@arm.com>2025-07-16 09:15:45 +0100
committerGitHub <noreply@github.com>2025-07-16 09:15:45 +0100
commit1c223829b817be3174ec7c6056524058358b90b1 (patch)
tree0e5c94f2b40100cf3927971b5380274accdbe319 /llvm/lib/CodeGen/StackProtector.cpp
parent29e14c3b447af604774a7f4f8ed961f204d6b5b4 (diff)
downloadllvm-1c223829b817be3174ec7c6056524058358b90b1.zip
llvm-1c223829b817be3174ec7c6056524058358b90b1.tar.gz
llvm-1c223829b817be3174ec7c6056524058358b90b1.tar.bz2
[mlir][tosa] Fix transpose_conv2d verifier when output channels are dynamic (#147062)
This commit fixes a transpose_conv2d verifier check which compares the output channels size to the bias size. The check didn't make sure output channels were static before performing the comparison. This lead to failures such as: ``` 'tosa.transpose_conv2d' op bias channels expected to be equal to output channels (-9223372036854775808) or 1, got 5 ``` when the output channels size was dynamic.
Diffstat (limited to 'llvm/lib/CodeGen/StackProtector.cpp')
0 files changed, 0 insertions, 0 deletions