SjoerdMeijer accepted this revision. SjoerdMeijer added a comment. This revision is now accepted and ready to land.
Thanks. Looks like a straightforward fix to me. ================ Comment at: CodeGen/arm-v8.2a-neon-intrinsics.c:170 +// CHECK: ret <4 x i16> [[VCVT]] +int16x4_t test_vcvta_u16_f16 (float16x4_t a) { + return vcvta_u16_f16(a); ---------------- LukeGeeson wrote: > SjoerdMeijer wrote: > > Is this exactly the same test also added in aarch64-v8.2a-neon-intrinsics.c? > Not that I'm aware. One is for AArch platforms and the other is Arm. see the > second CHECK line of each Ah, of course, my bad. Looked too quickly. Repository: rC Clang https://reviews.llvm.org/D48119 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits