Unverified Commit 73d9f5fd authored by Piotr Sobczak's avatar Piotr Sobczak Committed by GitHub
Browse files

[AMDGPU] Add test for GCNRegPressure tracker bug (#73786)

Add a test to document an existing problem in GCNRegPressure tracker.

The upward tracker does not count the registers used (16 of them) in
movrel instruction (for example V_INDIRECT_REG_WRITE_MOVREL_B32_V16).

The downward tracker counts the registers but reports a mismatch:
%0:L0000000000000C00 isn't found in LIS reported set
parent d8bc5465
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