diff options
author | Andrew Pritchard <awpr@google.com> | 2021-02-10 00:48:08 +0000 |
---|---|---|
committer | Mehdi Amini <joker.eph@gmail.com> | 2021-02-10 00:48:16 +0000 |
commit | 018645b81b3bc4485bae8e9bc6e904ecd4c4a5ec (patch) | |
tree | bfae84e8b220fe2126f9e8ad8572ab5c5c9b40b9 /lldb/source/Commands/CommandObjectBreakpointCommand.cpp | |
parent | 5652e192fc22ed2281192d5fe80c7ea76bbbe719 (diff) | |
download | llvm-018645b81b3bc4485bae8e9bc6e904ecd4c4a5ec.zip llvm-018645b81b3bc4485bae8e9bc6e904ecd4c4a5ec.tar.gz llvm-018645b81b3bc4485bae8e9bc6e904ecd4c4a5ec.tar.bz2 |
Fix side-effect detection in LLVMIRIntrinsicGen.
Previously it reported an op had side-effects iff it declared that it
didn't have any side-effects. This had the undesirable result that
canonicalization would always delete any intrinsic calls that did memory
stores and returned void.
Reviewed By: ftynse, mehdi_amini
Differential Revision: https://reviews.llvm.org/D96369
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.cpp')
0 files changed, 0 insertions, 0 deletions