[PATCH] D80338: [AMDGPU] GFX10 PAL: Only pad with s_code_end in pipeline compilation
Tim Renouf via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 27 02:07:57 PDT 2020
tpr abandoned this revision.
tpr added a comment.
I am abandoning this, because it turns out that it is difficult to reliably detect whether we have a PAL pipeline or a PAL shader compilation. Instead, the LLPC linker will remove the padding, and then adds it back on after concatenating .text sections.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80338/new/
https://reviews.llvm.org/D80338
More information about the llvm-commits
mailing list