This addresses the TODO in the code previously and checks that the address of dataIt is properly aligned to the requested alignment.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Honestly I'm not sure how you'd ever hit this case given that dataIt was just aligned by the previous while loop. I actually debated just making it an assert cause the only time I could think of it might happen is if the address is changed under the hood or something.