diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-07-13 09:07:00 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-07-17 05:29:30 -0700 |
commit | 737355072af4cd0c24a4a8967e1485c1f3a80bfe (patch) | |
tree | a3602011a50e094907d0681f8708ac4468a5791d /gcc/function.c | |
parent | 8bc83ee378e1cac65d75752b5137ec35d9e1aca1 (diff) | |
download | gcc-737355072af4cd0c24a4a8967e1485c1f3a80bfe.zip gcc-737355072af4cd0c24a4a8967e1485c1f3a80bfe.tar.gz gcc-737355072af4cd0c24a4a8967e1485c1f3a80bfe.tar.bz2 |
x86: Rename VF_AVX512VL_VF1_128_256 to VF1_AVX512ER_128_256
Since ix86_emit_swsqrtsf shouldn't be called with DF vector modes, rename
VF_AVX512VL_VF1_128_256 to VF1_AVX512ER_128_256 and drop DF vector modes.
gcc/
PR target/96186
PR target/88713
* config/i386/sse.md (VF_AVX512VL_VF1_128_256): Renamed to ...
(VF1_AVX512ER_128_256): This. Drop DF vector modes.
(rsqrt<mode>2): Replace VF_AVX512VL_VF1_128_256 with
VF1_AVX512ER_128_256.
gcc/testsuite/
PR target/96186
PR target/88713
* gcc.target/i386/pr88713-3.c: New test.
Diffstat (limited to 'gcc/function.c')
0 files changed, 0 insertions, 0 deletions