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

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 26 05:53:25 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);
----------------
RKSimon wrote:

Would we be better off putting these in APIntOps or MathExtras ? @tbaederr - thoughts?

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


More information about the cfe-commits mailing list