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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to