[PATCH] D87974: [Builtin] Add __builtin_zero_non_value_bits.
Zoe Carver via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 3 18:15:21 PST 2020
zoecarver added a subscriber: BillyONeal.
zoecarver added a comment.
So, it looks like GCC already uses `__builtin_clear_padding` and MSVC already uses `__builtin_zero_non_value_bits`. This patch (obviously) is currently implementing `__builtin_zero_non_value_bits ` but, I had planned to update it to use `__builtin_clear_padding`. Maybe that's not the best course of action, though.
We should all try to agree on _one_ name. CC @BillyONeal @jwakely thoughts?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87974/new/
https://reviews.llvm.org/D87974
More information about the cfe-commits
mailing list