diff options
author | David Green <david.green@arm.com> | 2020-04-16 15:23:49 +0100 |
---|---|---|
committer | Tom Stellard <tstellar@redhat.com> | 2020-05-07 07:27:37 -0700 |
commit | bab8d1790a33235dfb0e633652ca7fa21d0fb0d0 (patch) | |
tree | 42e2bc1b3916a4c47ce60e4ffa8c16d60de784ca /lldb/packages/Python/lldbsuite/test/commands/expression | |
parent | 9c80516d3e3aae34b7dd7ee0204170c888fd7235 (diff) | |
download | bcm5719-llvm-bab8d1790a33235dfb0e633652ca7fa21d0fb0d0.tar.gz bcm5719-llvm-bab8d1790a33235dfb0e633652ca7fa21d0fb0d0.zip |
[MachineSink] Fix for breaking phi edges with instructions with multiple defs
BreakPHIEdge would be set based on whether the instruction needs to
insert a new critical edge to allow sinking into a block where the uses
are PHI nodes. But for instructions with multiple defs it would be reset
on the second def, allowing the instruciton to sink where it should not.
Fixes PR44981
Differential Revision: https://reviews.llvm.org/D78087
(cherry picked from commit 44c4ba34d001dcf538d7396007b5611d6f697f86)
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression')
0 files changed, 0 insertions, 0 deletions