[PATCH] D53216: [FPEnv] Add constrained intrinsics for MAXNUM and MINNUM

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 30 14:05:09 PDT 2018


cameron.mcinally marked an inline comment as done.
cameron.mcinally added inline comments.


================
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:
----------------
craig.topper wrote:
> 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
Agreed. I'll do that now.


Repository:
  rL LLVM

https://reviews.llvm.org/D53216





More information about the llvm-commits mailing list