Files
clang-p2996/clang/test/CodeGen/builtin-align-array.c
Noah Goldstein 590884a860 [Clang][CodeGen] Stoping emitting alignment assumes for align_{up,down}
Now that `align_{up,down}` use `llvm.ptrmask` (as of #71238), the
assume doesn't preserve any information that is not still easily
re-computable.

Closes #71295
2023-11-07 00:31:04 -06:00

2.7 KiB