diff options
author | Tai Ly <tai.ly@arm.com> | 2025-01-30 21:59:12 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-30 19:59:12 -0800 |
commit | 79df1c3c41ccf564b3b9c1a6c227417ffd80f6eb (patch) | |
tree | d1c90ae15079db3e36069e37644f90f473942474 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | b8734797a3f605c4aaa37fcb5007baa273565460 (diff) | |
download | llvm-79df1c3c41ccf564b3b9c1a6c227417ffd80f6eb.zip llvm-79df1c3c41ccf564b3b9c1a6c227417ffd80f6eb.tar.gz llvm-79df1c3c41ccf564b3b9c1a6c227417ffd80f6eb.tar.bz2 |
[mlir][tosa] Fix merge problems with mul shift (#125129)
This patch fixes merge issues in TosaOpBase.td and TosaOps.td wrt traits
on tosa elementwise ops and multiply op which, with the optional shift
operand, is no longer strictly an elementwise op.
fixed up inferReturnTypeComponents to be based on only the first two
operands (ie, ignoring shift, if present)
also fixed up TosaReduceTransposes to special handle tosa mul op now
that it is not an elementwise op.
Signed-off-by: Tai Ly <tai.ly@arm.com>
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions