[x86] regenerate complete test checks for sqrt{est}; NFC
authorSanjay Patel <spatel@rotateright.com>
Fri, 14 Feb 2020 19:06:00 +0000 (14:06 -0500)
committerSanjay Patel <spatel@rotateright.com>
Fri, 14 Feb 2020 19:21:28 +0000 (14:21 -0500)
commit6071fc57a45f21443e976000b4e3f9549a7d1e0a
treea55d669f7f325b692fa8ab550325602b5886b381
parent34d9a16e54becbea4c790b19804d35453018a53f
[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.
llvm/test/CodeGen/X86/sqrt-fastmath-tune.ll