[PATCH] D142934: clang: Use ptrmask for pointer alignment

Alexander Richardson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 23 06:02:14 PST 2023


arichardson added a comment.

The `__builtin_align_{up,down}` code generation could also make use of this IIRC. I think the reason I didn't do this initially was concerns about ptrmask not being optimized as well.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142934/new/

https://reviews.llvm.org/D142934



More information about the cfe-commits mailing list