[PATCH] D82635: [MSP430] Declare comparison LibCalls as returning i16 instead of i32

Anatoly Trosinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 29 23:57:35 PDT 2020


atrosinenko added a comment.

Just a note: using `__mspabi_cmpf` as a generic LibCall seems quite incorrect because `__mspabi_cmpf` does not accept `NaN`s according to MSP430 EABI. msp430-elf-gcc v9.2.0 just uses `__nesf2` in the example above. I plan changing this later when doing more adjustments for libgcc/clang_rt.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82635





More information about the llvm-commits mailing list