[PATCH] D38050: [ARM] Use correct calling convention for libm.

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 13:12:52 PDT 2017


compnerd added inline comments.


================
Comment at: lib/Target/ARM/ARMISelLowering.cpp:313
+    setLibcallCallingConv(RTLIB::FMAX_F128, LibmConv);
   }
 
----------------
I think that it would be better to have a table and just walk that rather than doing this explicitly.


Repository:
  rL LLVM

https://reviews.llvm.org/D38050





More information about the llvm-commits mailing list