[PATCH] D49987: [ARM] Make FP16 vectors legal

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 7 11:54:51 PDT 2018


efriedma added a comment.

We should handle f16 and vectors of f16 in a consistent manner, for the sake of maintaining the code in the future. (Either handle both in the backend, or handle both in clang.)


https://reviews.llvm.org/D49987





More information about the llvm-commits mailing list