[llvm] [AMDGPU] Fix .Lfunc_end label placement (PR #127549)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 01:17:06 PST 2025
================
@@ -90,6 +91,24 @@ extern "C" LLVM_EXTERNAL_VISIBILITY void LLVMInitializeAMDGPUAsmPrinter() {
createAMDGPUAsmPrinterPass);
}
+namespace {
+class AMDGPUAsmPrinterHandler : public AsmPrinterHandler {
----------------
arsenm wrote:
There is already emitFunctionDescriptor, except that's artificially depends on AIX. It is also before the function. I guess it doesn't matter if we print these before or after?
https://github.com/llvm/llvm-project/pull/127549
More information about the llvm-commits
mailing list