We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The parser accepts it as the alignment is not mandatory.
We should come up with some default alignment or something similar.
AArch64FrameLowering::determineCalleeSaves MachineFrameInfo::estimateStackSize -> 153 Offset = (Offset+Align-1)/Align*Align;
The text was updated successfully, but these errors were encountered:
https://reviews.llvm.org/D53490
Sorry, something went wrong.
No branches or pull requests
Extended Description
The parser accepts it as the alignment is not mandatory.
We should come up with some default alignment or something similar.
AArch64FrameLowering::determineCalleeSaves
MachineFrameInfo::estimateStackSize
-> 153 Offset = (Offset+Align-1)/Align*Align;
The text was updated successfully, but these errors were encountered: