This patch implements the actual transformation of selects to branches.
It includes only the base transformation without any sinking.
Depends on D120230
Differential D122259
[SelectOpti][2/5] Select-to-branch base transformation apostolakis on Mar 22 2022, 1:52 PM. Authored by
Details This patch implements the actual transformation of selects to branches. Depends on D120230
Diff Detail
Unit Tests Event Timeline
Comment Actions Perhaps modify the test case to include debug statement for better coverage. Otherwise LGTM. Comment Actions Add debug statement in-between selects in a test case and move such debug insts just after the new phi nodes. |
Can we have a test case to demonstrate that machine sinking is actually enabled with this transformation?