aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorAndrew Litteken <andrew.litteken@gmail.com>2022-02-02 11:12:47 -0600
committerAndrew Litteken <andrew.litteken@gmail.com>2022-02-02 13:24:56 -0600
commit30420bc344151eaea6fa9d32cd23a64feee5401b (patch)
tree9d71aa2eaa5d1b188d30f7de32d32ceaf41ba0f1 /lldb/source/Plugins/ScriptInterpreter/Python
parenta96dbb9035ea91adf369fcafffe49371806e971e (diff)
downloadllvm-30420bc344151eaea6fa9d32cd23a64feee5401b.zip
llvm-30420bc344151eaea6fa9d32cd23a64feee5401b.tar.gz
llvm-30420bc344151eaea6fa9d32cd23a64feee5401b.tar.bz2
[IRSim] Make sure that commutative intrinsics are treated as function calls without commutativity
Created to fix: https://github.com/llvm/llvm-project/issues/53537 Some intrinsics functions are considered commutative since they are performing operations like addition or multiplication. Some of these have extra parameters to provide extra information that are not part of the operation itself and are not commutative. This makes sure that if an instruction that is an intrinsic takes the non commutative path to handle this case. Reviewer: paquette Closes Issue #53537 Differential Revision: https://reviews.llvm.org/D118807
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions