[PATCH] D99087: [RISCV] Fix stack slot for argument types (Bug 49500)
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 6 03:19:04 PDT 2021
luismarques added a comment.
In D99087#2668857 <https://reviews.llvm.org/D99087#2668857>, @frasercrmck wrote:
> Yes, fair enough. I've updated the diff to use the preferred type alignment. We can always revert for whatever reason. I'll try and take a look through the diffs later.
Thanks. Also, it seems I was wrong, you do sometimes get smaller stack sizes despite `getPrefTypeAlign >= getEVTAlign`. Weird.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99087/new/
https://reviews.llvm.org/D99087
More information about the llvm-commits
mailing list