[PATCH] D145634: [X86] Support llvm.{min,max}imum.f{16,32,64}

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 01:09:13 PDT 2023


skatkov added inline comments.


================
Comment at: llvm/test/CodeGen/X86/fminimum-fmaximum.ll:120
+;
+; AVX-LABEL: test_fmaximum_scalarize:
+; AVX:       # %bb.0:
----------------
RKSimon wrote:
> skatkov wrote:
> > Here is what I mentioned in terms of non-optimial vectorized version at least on AVX.
> For now we just want x86 to support the intrinsics, vector optimization is better handled as a followup.
It is exactly what I said in the beginning of this discussion: side question not delaying landing this patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145634/new/

https://reviews.llvm.org/D145634



More information about the llvm-commits mailing list