i386: Fix FAIL of gcc.target/i386/pr91681-1.c
I committed the wrong version of this patch (with a typo). Updating to the correct bootstrapped and regression tested version as obvious. 2023-07-12 Roger Sayle <roger@nextmovesoftware.com> gcc/ChangeLog PR target/91681 * config/i386/i386.md (*add<dwi>3_doubleword_concat_zext): Typo.
This commit is contained in:
parent
275a2124e4
commit
30dbfcd86c
1 changed files with 1 additions and 1 deletions
|
@ -6305,7 +6305,7 @@
|
|||
(zero_extend:<DWI>
|
||||
(match_operand:DWIH 4 "nonimmediate_operand" "rm")))
|
||||
(zero_extend:<DWI>
|
||||
(match_operand:DWIH 1 "nonimmediate_operand" "rm")))
|
||||
(match_operand:DWIH 1 "nonimmediate_operand" "rm"))))
|
||||
(clobber (reg:CC FLAGS_REG))]
|
||||
"INTVAL (operands[3]) == <MODE_SIZE> * BITS_PER_UNIT"
|
||||
"#"
|
||||
|
|
Loading…
Add table
Reference in a new issue