[PATCH] D53157: Teach the IRBuilder about constrained fadd and friends
Cameron McInally via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 3 12:02:15 PST 2018
cameron.mcinally added inline comments.
================
Comment at: include/llvm/IR/IRBuilder.h:1244
}
/// Copy fast-math-flags from an instruction rather than using the builder's
----------------
I think you can forgo the `else {` in these functions since the if branch returns immediately.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53157/new/
https://reviews.llvm.org/D53157
More information about the cfe-commits
mailing list