[PATCH] D44675: [ARM] Codegen FP16 vmaxnm/vminnm scalar instructions
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 12 01:52:20 PDT 2018
samparker added inline comments.
================
Comment at: test/CodeGen/ARM/fp16-vminmaxnm-safe.ll:154
+; CHECK: vminnm.f16
+; CHECK-NOT: vminnm.f16
+entry:
----------------
Could you school an FP noob and explain why we don't expect two min instructions?
https://reviews.llvm.org/D44675
More information about the llvm-commits
mailing list