[llvm] MC,AMDGPU: Don't pad .text with s_code_end if it would otherwise be empty (PR #147980)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 5 04:50:44 PDT 2025
================
@@ -0,0 +1,9 @@
+; Test that there is no s_code_end padding if .text is othertwise empty.
----------------
arsenm wrote:
```suggestion
; Test that there is no s_code_end padding if .text is otherwise empty.
```
https://github.com/llvm/llvm-project/pull/147980
More information about the llvm-commits
mailing list