This is patch is part of a series 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/Transforms/Scalar/GVNExpression.h | ||
---|---|---|
326 ↗ | (On Diff #221350) | This is wrapped in namespace llvm {. Is MaybeAlign ambiguous in this context? |
llvm/lib/Transforms/Scalar/NewGVN.cpp | ||
---|---|---|
1335 ↗ | (On Diff #221964) | llvm:: should not be needed here either. I think in almost all contexts in llvm/, it should not be needed and probably should be removed in the patches already submitted as well. |
llvm/lib/Transforms/Scalar/NewGVN.cpp | ||
---|---|---|
1335 ↗ | (On Diff #221964) | I'll address this in a separate patch. |