[PATCH] D84417: [MSP430] Do not use __mspabi_cmp[fd] for FP comparisons

Anatoly Trosinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 03:09:10 PDT 2020


atrosinenko added a comment.

Hmm, this probably needs further investigations... On one hand, condition codes such as `ISD::SETNE` are explicit "Don't care operations: undefined if the input is a nan" - that is, exactly how the `__mspabi_cmp[fd]` are described in MSP430 EABI document. On the other hand, how a fully fledged comparison libcall can be specified then?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84417/new/

https://reviews.llvm.org/D84417



More information about the llvm-commits mailing list