diff options
| author | Andrew Litteken <andrew.litteken@gmail.com> | 2022-02-02 11:12:47 -0600 |
|---|---|---|
| committer | Andrew Litteken <andrew.litteken@gmail.com> | 2022-02-02 13:24:56 -0600 |
| commit | 30420bc344151eaea6fa9d32cd23a64feee5401b (patch) | |
| tree | 9d71aa2eaa5d1b188d30f7de32d32ceaf41ba0f1 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp | |
| parent | a96dbb9035ea91adf369fcafffe49371806e971e (diff) | |
| download | llvm-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/SWIGPythonBridge.cpp')
0 files changed, 0 insertions, 0 deletions
