[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 06:36:41 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:
x86 might end up with some additional gfni folds at some point, I don't know if any other targets have an identical instruction
https://github.com/llvm/llvm-project/pull/169619
More information about the cfe-commits
mailing list