[llvm] [SystemZ] Eliminate call sequence instructions early. (PR #77812)

Jonas Paulsson via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 10:31:17 PST 2024


JonPsson1 wrote:

Do we need to support the inline-asm alignstack attribute? In that case we need to do a similar handling of INLINEASM[_BR] instructions to set the adjustsStack flag. My understanding is however that the stack is always aligned at 8 bytes and therefore this is not needed...?

https://github.com/llvm/llvm-project/pull/77812


More information about the llvm-commits mailing list