[clang] [X86][Clang] Allow constexpr evaluation of F16C CVTPS2PH intrinsics (PR #162295)

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 26 09:52:30 PDT 2025


RKSimon wrote:

I just meant the AVX512F/VL variants vcvtps2ph_mask / vcvtps2ph256_mask / __builtin_ia32_vcvtps2ph512_mask - those should just require additional handling for the getNumArgs() == 4 masked variant.

But I'm happy for this just to focus on the F16C cases if you prefer to iterate in later PRs.

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


More information about the cfe-commits mailing list