[all-commits] [llvm/llvm-project] 4e9ae7: [MachineCSE] Add a test with mutiple blocks betwee...
serguei-katkov via All-commits
all-commits at lists.llvm.org
Tue Apr 18 01:33:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e9ae7255b7afcda53551d6fa2e9fa3acf77b1c9
https://github.com/llvm/llvm-project/commit/4e9ae7255b7afcda53551d6fa2e9fa3acf77b1c9
Author: Serguei Katkov <serguei.katkov at azul.com>
Date: 2023-04-18 (Tue, 18 Apr 2023)
Changed paths:
A llvm/test/CodeGen/X86/cse-two-preds.mir
Log Message:
-----------
[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
More information about the All-commits
mailing list