summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/RISCV/sdata-limit-8.ll
Commit message (Collapse)AuthorAgeFilesLines
* [RISCV] Put data smaller than eight bytes to small data sectionShiva Chen2019-04-111-0/+15
Because of gp = sdata_start_address + 0x800, gp with signed twelve-bit offset could covert most of the small data section. Linker relaxation could transfer the multiple data accessing instructions to a gp base with signed twelve-bit offset instruction. Differential Revision: https://reviews.llvm.org/D57493 llvm-svn: 358150
OpenPOWER on IntegriCloud