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 36429 Build 36428: arc lint + arc unit
Event Timeline
Comment Actions
All the tests are passing but I'm not entirely sure of the validity of this patch.
Alignment, StackAlignment seems to be always defined alignment (aka. Align) but I'm not so sure of MaxAlignment and LocalFrameMaxAlign.
Hexagon/HexagonFrameLowering.cpp seem to rely on the fact that LocalFrameMaxAlign is undefined.
I'm not sure about MaxAlignment.