[PATCH] D82234: [amdgpu] Fix REL32 relocations with negative offsets.

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 19 19:00:02 PDT 2020


hliao added a comment.

In D82234#2104634 <https://reviews.llvm.org/D82234#2104634>, @arsenm wrote:

> GlobalISel part isn't tested


GlobalISel doesn't have this issue yet as it won't fold G_GLOBAL_VALUE and PTR_ADD together. So, it only observe positive offsets. But, we'd better change that interface as well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82234/new/

https://reviews.llvm.org/D82234





More information about the llvm-commits mailing list