[clang] [clang] Introduce elementwise ctlz/cttz builtins (PR #131995)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 1 20:00:35 PDT 2025


arsenm wrote:

> My literal reading of this is already that it's always undefined behaviour for all targets (as you're requesting),

That's not what I'm requesting, it would be an undefined *value*. It is not instant undefined behavior, you would get UB on use of that value 

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


More information about the cfe-commits mailing list