Commit a069b86
committed
x86: slightly correct / simplify *vec_extractv2ti
V2TImode values cannot appear in the upper 16 YMM registers without
AVX512VL being enabled. Therefore forcing 512-bit mode (also not
reflected in the "mode" attribute) is pointless.
gcc/
* config/i386/sse.md (*vec_extractv2ti): Drop g modifiers.1 parent cab6a6b commit a069b86
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20115 | 20115 | | |
20116 | 20116 | | |
20117 | 20117 | | |
20118 | | - | |
| 20118 | + | |
20119 | 20119 | | |
20120 | 20120 | | |
20121 | 20121 | | |
| |||
0 commit comments