This is patch is part of a serie to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/include/llvm/CodeGen/CallingConvLower.h | ||
---|---|---|
425 ↗ | (On Diff #213050) | When most of the callers are switched to using the new Align type we can flip the interface, for now it triggers too many code changes. |
llvm/include/llvm/CodeGen/TargetCallingConv.h | ||
124 ↗ | (On Diff #213050) | We do not change the interface just yet as it would trigger too many changes. |