[clang] [Clang][CodeGen] Emit `llvm.ptrmask` for `align_up` and `align_down` (PR #71238)

Markus Böck via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 4 02:11:41 PDT 2023


================
@@ -19671,41 +19671,38 @@ RValue CodeGenFunction::EmitBuiltinIsAligned(const CallExpr *E) {
 /// TODO: actually use ptrmask once most optimization passes know about it.
----------------
zero9178 wrote:

Can this TODO be removed now?

https://github.com/llvm/llvm-project/pull/71238


More information about the cfe-commits mailing list