diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2023-05-10 15:11:34 +0200 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2023-05-10 15:12:21 +0200 |
commit | a414db1d8e3173faca024d4532a4c655a1fe02c0 (patch) | |
tree | a35113be1ce7cb1e34cbb704f34f213459df0671 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 004bf170c6cbaa049601bcf92f86a9459aec2dc2 (diff) | |
download | llvm-a414db1d8e3173faca024d4532a4c655a1fe02c0.zip llvm-a414db1d8e3173faca024d4532a4c655a1fe02c0.tar.gz llvm-a414db1d8e3173faca024d4532a4c655a1fe02c0.tar.bz2 |
Revert "[SimpleLoopUnswitch] unswitch selects"
This reverts commit 21f226fc4591db6e98faf380137a42067c909582. Crashes on
this test case:
define void @test2() nounwind {
entry:
br label %bb.nph
bb.nph: ; preds = %entry
%and.i13521 = and <4 x i1> undef, undef
br label %for.body
for.body: ; preds = %for.body, %bb.nph
%or.i = select <4 x i1> %and.i13521, <4 x i32> undef, <4 x i32> undef
br i1 false, label %for.body, label %for.end
for.end: ; preds = %for.body, %entry
ret void
}
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions