[MachineCSE] Add a test with mutiple blocks between instructions.
authorSerguei Katkov <serguei.katkov@azul.com>
Tue, 18 Apr 2023 07:55:31 +0000 (14:55 +0700)
committerSerguei Katkov <serguei.katkov@azul.com>
Tue, 18 Apr 2023 08:32:50 +0000 (15:32 +0700)
commit4e9ae7255b7afcda53551d6fa2e9fa3acf77b1c9
tree16cc7e8822b49cbd25199915151fc5def341ec45
parent2b0552793b2770a25895b0b28029d0e5ab3e3794
[MachineCSE] Add a test with mutiple blocks between instructions.

Due to limitation that we consider only one alone predecessor
we cannot generate the code like
ucomiss
jp
ja
jne
llvm/test/CodeGen/X86/cse-two-preds.mir [new file with mode: 0644]