[PATCH] D153356: [Align] Add isAligned taking an APInt

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 06:03:41 PDT 2023


nikic added a comment.

Does isAligned() need to be defined in the header? If it's in the source file then we just need the forward declaration.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153356



More information about the llvm-commits mailing list