[clang] [Clang] Support using boolean vectors in ternary operators (PR #154145)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 18 09:52:44 PDT 2025


erichkeane wrote:

> errors, but I think to fold it directly we'd need a dedicated builtin. But I'm not a master of the clang AST.

We shouldn't need a builtin, we should just be able to handle the AST nodes directly in ExprConstant.cpp.

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


More information about the cfe-commits mailing list