[PATCH] D45205: [ARM] FP16 VSEL codegen follow up

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 5 10:08:36 PDT 2018


olista01 added inline comments.


================
Comment at: test/CodeGen/ARM/fp16-instructions.ll:827
+
+; CHECK-HARDFP-FULLFP16:       vcmp.f16
+; CHECK-HARDFP-FULLFP16-NEXT:  vmrs APSR_nzcv, fpscr
----------------
Why are we generating more code for this case than the others?


https://reviews.llvm.org/D45205





More information about the llvm-commits mailing list