diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2022-05-21 11:19:29 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2022-05-21 11:24:27 +0200 |
commit | 6f0ca6fd2305be860057a1b2c21c6708f4ffdb38 (patch) | |
tree | 0e17a41825b64ba3677d918490b2283f532f4918 /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | 216f546c846ca69005de193f4d1eea78e0efb2c2 (diff) | |
download | llvm-6f0ca6fd2305be860057a1b2c21c6708f4ffdb38.zip llvm-6f0ca6fd2305be860057a1b2c21c6708f4ffdb38.tar.gz llvm-6f0ca6fd2305be860057a1b2c21c6708f4ffdb38.tar.bz2 |
[JumpThreading] Insert freeze when unfolding select
JumpThreading may convert selects into branch instructions,
in which case the condition needs to be frozen (as branch on
poison is immediate undefined behavior, unlike select on poison).
The necessary code for this is already in place, this just enables
the option.
Differential Revision: https://reviews.llvm.org/D125869
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions