1 Commits

Author SHA1 Message Date
OverMighty
cf73f136c5
[clang][ExprConst] Fix second arg of __builtin_{clzg,ctzg} not always being evaluated (#86742)
Even if we don't actually use the value of the second argument, we have to evaluate it for side-effects.

---------

Co-authored-by: Richard Smith <richard@metafoo.co.uk>
2024-03-29 14:01:19 -07:00