[all-commits] [llvm/llvm-project] 1b8eab: AMDGPU/R600: Emit rodata in text segment
Jan Vesely via All-commits
all-commits at lists.llvm.org
Wed Jan 22 11:34:49 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1b8eab179db46f25a267bb73c657009c0bb542cc
https://github.com/llvm/llvm-project/commit/1b8eab179db46f25a267bb73c657009c0bb542cc
Author: Jan Vesely <jan.vesely at rutgers.edu>
Date: 2020-01-22 (Wed, 22 Jan 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/test/CodeGen/AMDGPU/global-constant.ll
Log Message:
-----------
AMDGPU/R600: Emit rodata in text segment
R600 relies on this behaviour.
Fixes: 6e18266aa4dd78953557b8614cb9ff260bad7c65 ('Partially revert D61491 "AMDGPU: Be explicit about whether the high-word in SI_PC_ADD_REL_OFFSET is 0"')
Fixes ~100 piglit regressions since 6e18266
Differential Revision: https://reviews.llvm.org/D72991
More information about the All-commits
mailing list