summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@sifive.com>2020-12-19 14:25:16 -0800
committerCraig Topper <craig.topper@sifive.com>2020-12-19 14:56:17 -0800
commit0cbceed27c491ebd185e1f53bd0f43ce655efceb (patch)
tree6b64646c4367c3504ccb63cbb75a196fbc6edf7f /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent99930719c66df9a8b67f3575d251b182c9cc8ee9 (diff)
[TableGen][ARM][X86] Detect combining IntrReadMem and IntrWriteMem.
These properties aren't additive. They are closer to ReadOnly and WriteOnly. The default is ReadWrite. ReadMem cancels the write property and WriteMem cancels the read property. Combining them leaves neither. This patch checks that when we process WriteMem, the Mod flag is still set. And for ReadMem we check that the Ref flag set still set. I've updated 2 target intrinsics that were combining these properties. Reviewed By: RKSimon Differential Revision: https://reviews.llvm.org/D93571
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions