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

NagaChaitanya Vellanki via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 27 05:56:12 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);
----------------
chaitanyav wrote:

please let me know the appropriate place the helper functions, i will move them to the preferred location.

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


More information about the cfe-commits mailing list