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
Event Timeline
Comment Actions
- Address comments
llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp | ||
---|---|---|
1573–1574 | We need to be able to compare an alignment with an offset for instance, in which case there is no power of two guarantee. Now in this case I agree that it should be align < Align(4) |
Please update the comment.