summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorArnab Dutta <arnab.dutta@cerebras.net>2021-11-20 21:04:59 +0530
committerUday Bondhugula <uday@polymagelabs.com>2021-11-20 21:05:36 +0530
commitec7b0d4d3458cf42c4e40da2ea391b29ba1731dd (patch)
treea08e8f1e7a50e3d379259f6f7a7c844a01b292e4 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentfbfe8fcbc31d492d5538c09782b787bba89d01e5 (diff)
[MLIR] Simplify Semi-affine expressions by rule based matching and replacing "expr - q * (expr floordiv q)" with "expr mod q" expression.
Add rule based matching for detecting and transforming "expr - q * (expr floordiv q)" to "expr mod q", where q is a symbolic exxpression, in simplifyAdd function. Reviewed By: bondhugula, dcaballe Differential Revision: https://reviews.llvm.org/D112985
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions