[PATCH] D16177: Adding missing intrinsics _cvtsh_ss and _cvtss_sh

Katya Romanova via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 21 18:45:58 PST 2016


kromanova added a comment.

Craig, do you think it's necessary to make the tests more fancy by checking how the vector is initialized before the builtin invocation and/or that one element is extracted from the vector after the builtin returned a value? It will add additional 10-15 check lines to each test. My concern is that these additional lines might change from time to time.


Repository:
  rL LLVM

http://reviews.llvm.org/D16177





More information about the cfe-commits mailing list