[clang] [clang] Fix sub-integer __builtin_elementwise_(add|sub)_sat (PR #119423)
Fraser Cormack via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 11 03:51:12 PST 2024
frasercrmck wrote:
I just realised this is also a problem with the `bitreverse` and `popcount` builtins on signed types for the same reason.
https://github.com/llvm/llvm-project/pull/119423
More information about the cfe-commits
mailing list