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
- rG LLVM Github Monorepo
- Build Status
Buildable 36032 Build 36031: arc lint + arc unit
Event Timeline
llvm/include/llvm/CodeGen/CallingConvLower.h | ||
---|---|---|
425 | 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 | We do not change the interface just yet as it would trigger too many changes. |
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.