[PATCH] D99087: [RISCV][WIP] Fix stack slot for argument types (Bug 49500)

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 4 09:17:33 PDT 2021


luismarques added a comment.

BTW, it shouldn't affect correctness but the original `CreateStackTemporary` would use (as part of that method's implementation) `getPrefTypeAlign` instead of `getEVTAlign`. In principle that would allow better alignment choices, although at the moment it probably would never make any difference.


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