We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The testcase max_12_sgprs_12_input_sgprs in test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll needs an update after D26687.
It relies on coalescing a "%vreg1 = COPY SG#4 _SG#5 " copy with SG#4 being reserved while SG#5 is not, which the patch forbids.
I will comment the test out for now.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Extended Description
The testcase max_12_sgprs_12_input_sgprs in test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll needs an update after D26687.
It relies on coalescing a "%vreg1 = COPY SG#4 _SG#5 " copy with SG#4 being reserved while SG#5 is not, which the patch forbids.
I will comment the test out for now.
The text was updated successfully, but these errors were encountered: