[PATCH] D53216: [FPEnv] Add constrained intrinsics for MAXNUM and MINNUM
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 26 22:52:30 PDT 2018
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/CodeGen/X86/vector-constrained-fp-intrinsics.ll:3671
+define <1 x float> @constrained_vector_maxnum_v1f32() {
+; NO-FMA-LABEL: constrained_vector_maxnum_v1f32:
----------------
I'm starting to think we should split this file so we don't need both a FMA and NO-FMA for every test case. But of course that should be an separate patch
Repository:
rL LLVM
https://reviews.llvm.org/D53216
More information about the llvm-commits
mailing list