[llvm] [LLVM] [MC] Update frame layout & CFI generation to handle frames larger than 2gb (PR #99263)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 29 03:27:22 PDT 2024
nikic wrote:
Okay, I see the problem. https://github.com/llvm/llvm-project/blob/389679d5f9055bffe8bbd25ae41f084a8d08e0f8/llvm/lib/Target/NVPTX/NVPTXFrameLowering.cpp#L96 is initializing the wrong union member. Previously this didn't matter because they had the same layout.
I'll put up a patch after confirming this...
https://github.com/llvm/llvm-project/pull/99263
More information about the llvm-commits
mailing list