aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTai Ly <tai.ly@arm.com>2023-06-27 21:29:03 +0000
committerTai Ly <tai.ly@arm.com>2023-08-01 19:57:14 +0000
commit5857c5ddaf849909cbd2ceb445b7ec9cb5c9ae43 (patch)
tree52cbefbdaaeb8636e451b23c09458d5b9dc9da75 /include
parent730f2dcdc654e9225daecf84c3a6efacc979c17c (diff)
downloadtosa_mlir_translator-5857c5ddaf849909cbd2ceb445b7ec9cb5c9ae43.tar.gz
[tosa_mlir_translator] Rename Div Op to IntDiv
Rename Tosa Div Op to IntDiv Op in serialization and deserialization Signed-off-by: Tai Ly <tai.ly@arm.com> Change-Id: Iec2d1c4f91a77485f2a61984962872a386f131cb
Diffstat (limited to 'include')
-rw-r--r--include/operator.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/operator.def b/include/operator.def
index 21760fe..10cbc5d 100644
--- a/include/operator.def
+++ b/include/operator.def
@@ -46,7 +46,7 @@ DEF_OPERATOR(ArithmeticRightShift)
DEF_OPERATOR(BitwiseAnd)
DEF_OPERATOR(BitwiseOr)
DEF_OPERATOR(BitwiseXor)
-DEF_OPERATOR(Div)
+DEF_OPERATOR(IntDiv)
DEF_OPERATOR(LogicalAnd)
DEF_OPERATOR(LogicalLeftShift)
DEF_OPERATOR(LogicalRightShift)