Skip to content

ir3: Use divergence analysis

This is split out of !22075 (merged) for earlier merging. This adds ir3-specific intrinsics to divergence analysis, and makes us use it for determining physical edges and (jp), so that we have a user and it doesn't go stale. However the bigger usage will be for scalar ALU, and predication.

Merge request reports