[all-commits] [llvm/llvm-project] 20a170: [amdgpu] Fix REL32 relocations with negative offsets.
darkbuck via All-commits
all-commits at lists.llvm.org
Sun Jun 21 20:09:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 20a1700293f6c4eb726c5e6abd0d282a62cbf057
https://github.com/llvm/llvm-project/commit/20a1700293f6c4eb726c5e6abd0d282a62cbf057
Author: Michael Liao <michael.hliao at gmail.com>
Date: 2020-06-21 (Sun, 21 Jun 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
A llvm/test/CodeGen/AMDGPU/rel32.ll
Log Message:
-----------
[amdgpu] Fix REL32 relocations with negative offsets.
Summary: - The offset should be treated as a signed one.
Reviewers: rampitec, arsenm
Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D82234
More information about the All-commits
mailing list