Unverified Commit d97f25b9 authored by Scott Egerton's avatar Scott Egerton Committed by GitHub
Browse files

[AMPGPU] Emit s_singleuse_vdst instructions when a register is used multiple...

[AMPGPU] Emit s_singleuse_vdst instructions when a register is used multiple times in the same instruction. (#89601)

Previously, multiple uses of a register within the same instruction were
being counted as multiple uses. This has been corrected to
only count as a single use as per the specification allowing for
more optimisation candidates.
parent 721c31e3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment