This is a follow up on https://reviews.llvm.org/D71473#inline-647262.
There's a caveat here that Align(1) relies on the compiler understanding of Log2_64 implementation to produce good code. One could use Align() as a replacement but I believe it is less clear that the alignment is one in that case.
Details
Details
- Reviewers
xbolva00 courbet bollu - Commits
- rG805c157e8aee: [Alignment][NFC] Deprecate Align::None()
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 44478 Build 45780: arc lint + arc unit