[PATCH] D63427: AMDGPU/GFX10: Don't generate s_code_end padding in the asm-printer
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 09:05:55 PDT 2019
rampitec added inline comments.
================
Comment at: lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp:346
+ (STI.getTargetTriple().getOS() == Triple::AMDHSA ||
+ STI.getTargetTriple().getOS() == Triple::AMDPAL)) {
OutStreamer->SwitchSection(getObjFileLowering().getTextSection());
----------------
Just a note, rocm will probably need this as well, although that is not yet known. If we move it into the linker then no.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63427/new/
https://reviews.llvm.org/D63427
More information about the llvm-commits
mailing list