[PATCH] D45670: [NEON} Define vfma_n_f32() and vfmaq_n_f32() intrinsics in AArch32 mode
Sjoerd Meijer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 16 05:35:19 PDT 2018
SjoerdMeijer added inline comments.
================
Comment at: test/CodeGen/arm-neon-fma.c:27
+// CHECK: [[VECINIT1_I:%.*]] = insertelement <2 x float> [[VECINIT_I]], float %n, i32 1
+// CHECK: [[TMP0:%.*]] = bitcast <2 x float> %a to <8 x i8>
+// CHECK: [[TMP1:%.*]] = bitcast <2 x float> %b to <8 x i8>
----------------
If these bitcasts are not used, we also don't need to check for them; that looks to be inline with the other tests here.
https://reviews.llvm.org/D45670
More information about the cfe-commits
mailing list