[llvm] [AMDGPU] Fix .Lfunc_end label placement (PR #127549)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 18:07:45 PST 2025
================
@@ -90,6 +91,24 @@ extern "C" LLVM_EXTERNAL_VISIBILITY void LLVMInitializeAMDGPUAsmPrinter() {
createAMDGPUAsmPrinterPass);
}
+namespace {
+class AMDGPUAsmPrinterHandler : public AsmPrinterHandler {
----------------
arsenm wrote:
I don't understand why we need this fancy handler thing, I don't see other targets using it
https://github.com/llvm/llvm-project/pull/127549
More information about the llvm-commits
mailing list