[all-commits] [llvm/llvm-project] 1ebb31: [x86] add tests for fmax/fmin experimental intrins...

RotateRight via All-commits all-commits at lists.llvm.org
Thu Sep 10 05:56:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ebb31b14cd175b3f272e232958d342221eb875c
      https://github.com/llvm/llvm-project/commit/1ebb31b14cd175b3f272e232958d342221eb875c
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2020-09-10 (Thu, 10 Sep 2020)

  Changed paths:
    A llvm/test/CodeGen/X86/vector-reduce-fmax-fmin-fast.ll

  Log Message:
  -----------
  [x86] add tests for fmax/fmin experimental intrinsics with 'fast' FMF; NFC

D87391 proposes to change the lowerings for 'nnan'-only FMF.
That's the minimal requirement to get good codegen for x86,
but currently we have bugs hindering that output unless the
full 'fast' FMF is applied. These tests provide coverage for
the ideal lowerings.




More information about the All-commits mailing list