[PATCH] D40112: [CodeGen][X86] Fix handling of __fp16 vectors

Bruno Cardoso Lopes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 4 11:29:43 PST 2017


bruno accepted this revision.
bruno added a comment.
This revision is now accepted and ready to land.

LGTM with the minor comment below.



================
Comment at: include/clang/Basic/TargetInfo.h:563
+  /// Check whether llvm intrinsics such as llvm.convert.to.fp16 should be used
+  /// to convert to and from __fp16. This function should be removed once all
+  /// targets stop using the conversion intrinsics.
----------------
Add a "FIXME"


https://reviews.llvm.org/D40112





More information about the cfe-commits mailing list