LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 31230 - test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll max_12_sgprs_12_input_sgprs needs to be updated after D26687
Summary: test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll max_12_sgprs_12_input_sgprs needs...
Status: NEW
Alias: None
Product: libraries
Classification: Unclassified
Component: Backend: AMDGPU (show other bugs)
Version: trunk
Hardware: PC All
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-01 16:22 PST by Matthias Braun
Modified: 2016-12-01 16:22 PST (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Braun 2016-12-01 16:22:23 PST
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 SGPR4_SGPR5" copy with SGPR4 being reserved while SGPR5 is not, which the patch forbids.

I will comment the test out for now.