fixes piglit:
multiple-stack-objects
Paths
| Differential D20032
AMDGPU/R600: Use correct number of vector elements when lowering private loads ClosedPublic Authored by jvesely on May 6 2016, 2:14 PM.
Details Summary fixes piglit: multiple-stack-objects
Diff Detail
Event Timeline
This revision is now accepted and ready to land.May 16 2016, 4:48 PM Closed by commit rL269725: AMDGPU/R600: Use correct number of vector elements when lowering private loads (authored by jvesely). · Explain WhyMay 16 2016, 5:02 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 57386 lib/Target/AMDGPU/R600ISelLowering.cpp
test/CodeGen/AMDGPU/amdgpu.private-memory.ll
|
Why is this being hit for > 4 elements? Those should have been split up during type legalization already by the time it reaches here