[llvm-dev] NEON FP flags
Renato Golin via llvm-dev
llvm-dev at lists.llvm.org
Tue Mar 22 04:50:40 PDT 2016
On 22 March 2016 at 11:34, James Molloy <James.Molloy at arm.com> wrote:
> I don’t think this part is right. The denormal flag would have to be set by
> whatever code generates the FP instruction, which would be Clang’s codegen
> layer. So the if (Darwin) would be there, not in TTI.
Right, I meant the information to set/not set would be in TTI, not the
actual setting.
I don't want Clang to have that kind of information independent of LLVM.
cheers,
--renato
More information about the llvm-dev
mailing list