[clang] [Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow GFNI intrinsics to be used in constexpr (PR #169619)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 26 06:16:26 PST 2025


================
@@ -74,4 +77,9 @@ void HandleComplexComplexDiv(llvm::APFloat A, llvm::APFloat B, llvm::APFloat C,
 CharUnits GetAlignOfExpr(const ASTContext &Ctx, const Expr *E,
                          UnaryExprOrTypeTrait ExprKind);
 
+uint8_t GFNIMultiplicativeInverse(uint8_t Byte);
----------------
tbaederr wrote:

Is that needed anywhere else? In regular codegen maybe?

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


More information about the cfe-commits mailing list