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
- rG LLVM Github Monorepo
- Build Status
Buildable 38437 Build 38436: arc lint + arc unit
Event Timeline
llvm/include/llvm/Transforms/Scalar/GVNExpression.h | ||
---|---|---|
326 | This is wrapped in namespace llvm {. Is MaybeAlign ambiguous in this context? |
llvm/lib/Transforms/Scalar/NewGVN.cpp | ||
---|---|---|
1335 | 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 | I'll address this in a separate patch. |
This is wrapped in namespace llvm {. Is MaybeAlign ambiguous in this context?