[all-commits] [llvm/llvm-project] 59dd41: [mlir][tosa] Fix tosa.cast UiToFp32 for tosa-to-li...
rsuderman via All-commits
all-commits at lists.llvm.org
Thu Oct 14 11:35:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59dd418e8941434a65fbace26dcd405a88b3775c
https://github.com/llvm/llvm-project/commit/59dd418e8941434a65fbace26dcd405a88b3775c
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Fix tosa.cast UiToFp32 for tosa-to-linalg
Part of the arith update broke UiToFp32. Fixed the lowering and included a new
test to detect a regression.
Differential Revision: https://reviews.llvm.org/D111772
More information about the All-commits
mailing list