[PATCH] D66092: [CodeGen] Generate constrained fp intrinsics depending on FPOptions
Kevin P. Neal via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 12 09:36:23 PDT 2019
kpn added a comment.
Does this work for anything that uses TreeTransform, like C++ templates?
Also, if any constrained intrinsics are used in a function then the entire function needs to be constrained. Is this handled anywhere?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66092/new/
https://reviews.llvm.org/D66092
More information about the cfe-commits
mailing list