[PATCH] D53157: Teach the IRBuilder about constrained fadd and friends

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 05:43:03 PST 2018


spatel added a comment.

Should the builder's FastMathFlags setting apply to these calls? Is it worth adding an optional FMF parameter to these now, so we don't end up with duplicated API like we have for the regular FP binops?


https://reviews.llvm.org/D53157





More information about the llvm-commits mailing list