[PATCH] D12148: [ARM] Allow passing/returning of __fp16 arguments

James Molloy via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 19 08:47:08 PDT 2015


jmolloy added a subscriber: jmolloy.

================
Comment at: lib/CodeGen/TargetInfo.cpp:4717
@@ -4716,1 +4716,3 @@
 
+  // __fp16 gets passed as if it were an int or float, but with the top 32 bits
+  // unspecified.
----------------
"Top 16 bits"?

================
Comment at: lib/CodeGen/TargetInfo.cpp:4884
@@ -4874,1 +4883,3 @@
 
+  // __fp16 gets returned as if it were an int or float, but with the top 32
+  // bits unspecified.
----------------
"Top 16 bits" ?


Repository:
  rL LLVM

http://reviews.llvm.org/D12148





More information about the cfe-commits mailing list