[clang] [Headers][X86] VectorExprEvaluator::VisitCallExpr - allow SSE/AVX2/AVX512 pack intrinsics to be used in constexpr (PR #156003)
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 29 10:52:22 PDT 2025
================
@@ -11599,6 +11599,89 @@ static bool handleVectorElementCast(EvalInfo &Info, const FPOptions FPO,
return false;
}
+enum class PackKind {
----------------
RKSimon wrote:
I'm hoping we can lose this enum entirely and just use a callback
https://github.com/llvm/llvm-project/pull/156003
More information about the cfe-commits
mailing list