[PATCH] D100879: [Clang] Propagate guaranteed alignment for malloc and others
Dave Green via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 24 02:40:49 PDT 2021
dmgreen added a comment.
Hello. Nice idea. Unfortunately this blocks tail folding, making codesize a bit bigger: https://godbolt.org/z/rncPvbh8d
I'm guessing it shouldn't? But the attribute isn't handled somewhere along the way. Any ideas where?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100879/new/
https://reviews.llvm.org/D100879
More information about the cfe-commits
mailing list