[all-commits] [llvm/llvm-project] 6071fc: [x86] regenerate complete test checks for sqrt{est...

RotateRight via All-commits all-commits at lists.llvm.org
Fri Feb 14 11:21:34 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6071fc57a45f21443e976000b4e3f9549a7d1e0a
      https://github.com/llvm/llvm-project/commit/6071fc57a45f21443e976000b4e3f9549a7d1e0a
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/sqrt-fastmath-tune.ll

  Log Message:
  -----------
  [x86] regenerate complete test checks for sqrt{est}; NFC

The existing checks were trying to test both CPU-specific
codegen and generic codegen with explicit attributes for
the various sqrt estimate possibilities, but that was hard
to decipher and update (D69989).

Instead generate the complete results for various CPUs,
and that makes it clear which models have slow/fast sqrt
attributes along with all of the other potential diffs
(FMA, AVX2, scheduling).

Also, explicitly add the function attributes corresponding
to whether DAZ/FTZ denorm settings are expected.




More information about the All-commits mailing list