Issue 178416
Summary [clang][constexpr] interp__builtin_elementwise_fp_binop/EvaluateFpBinOpExpr - move inf/nan/denormal handling into callbacks
Labels good first issue, constexpr, clang:bytecode
Assignees
Reporter RKSimon
    Allow individual callbacks to decide whether to handle special cases.

The callback signature will need to be updated to std::optional<APFloat> - allowing us to return none if the _expression_ fold isn't valid.

CC @chaitanyav

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to