Diff Detail
Diff Detail
- Build Status
Buildable 951 Build 951: arc lint + arc unit
Event Timeline
test/CodeGen/AMDGPU/global-constant.ll | ||
---|---|---|
58–59 | I don't think private globals should work. What does this emit for the loads and stores? |
Paths
| Differential D26215
AMDGPU/SI: Emit constant global variables into .text/.rodata sections Needs ReviewPublic Authored by • tstellarAMD on Nov 1 2016, 2:06 PM. This revision needs review, but all reviewers have resigned.
Diff Detail
Event Timeline• tstellarAMD retitled this revision from to AMDGPU/SI: Emit constant global variables into .text/.rodata sections. • tstellarAMD updated this object. Herald added subscribers: tony-tye, yaxunl, nhaehnle, wdng. · View Herald TranscriptNov 1 2016, 2:06 PM
Revision Contents
Diff 76629 lib/Target/AMDGPU/SIISelLowering.cpp
test/CodeGen/AMDGPU/global-constant.ll
|
I don't think private globals should work. What does this emit for the loads and stores?