[all-commits] [llvm/llvm-project] d57479: [mlir][tosa] Update SelectOp's input names to matc...
Jerry-Ge via All-commits
all-commits at lists.llvm.org
Wed Feb 19 10:20:21 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d57479cfbe9a6b4dccedfd1221c04973ad90ec97
https://github.com/llvm/llvm-project/commit/d57479cfbe9a6b4dccedfd1221c04973ad90ec97
Author: Jerry-Ge <jerry.ge at arm.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/lib/Dialect/Tosa/IR/TosaCanonicalizations.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaMakeBroadcastable.cpp
Log Message:
-----------
[mlir][tosa] Update SelectOp's input names to match TOSA specification (#127833)
Updated:
- pred to input1
- on_true to input2
- on_false to input3
Signed-off-by: Jerry Ge <jerry.ge at arm.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list