[Bug target/104401] [x86] Failure to recognize min/max pattern using pcmp+pblendv

2024-01-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104401 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |14.0

[Bug target/104401] [x86] Failure to recognize min/max pattern using pcmp+pblendv

2024-01-10 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104401 Hongtao Liu changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/104401] [x86] Failure to recognize min/max pattern using pcmp+pblendv

2024-01-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104401 --- Comment #7 from GCC Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:6686e16fda419067b91614835dd743ebb82717ea commit r14-7124-g6686e16fda419067b91614835dd743ebb82717ea Author: liuhongt Date: Tue Dec

[Bug target/104401] [x86] Failure to recognize min/max pattern using pcmp+pblendv

2023-12-18 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104401 Hongtao Liu changed: What|Removed |Added CC||liuhongt at gcc dot gnu.org --- Comment

[Bug target/104401] [x86] Failure to recognize min/max pattern using pcmp+pblendv

2022-02-06 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104401 --- Comment #5 from Richard Biener --- (In reply to Andrew Pinski from comment #3) > On a slightly different subject, I wish VCOND would print out the tree code > symbolically rather than just a number. It would be easier to understand > what

[Bug target/104401] [x86] Failure to recognize min/max pattern using pcmp+pblendv

2022-02-06 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104401 --- Comment #4 from Hongtao.liu --- (In reply to Andrew Pinski from comment #3) > On a slightly different subject, I wish VCOND would print out the tree code > symbolically rather than just a number. It would be easier to understand > what the

[Bug target/104401] [x86] Failure to recognize min/max pattern using pcmp+pblendv

2022-02-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104401 --- Comment #3 from Andrew Pinski --- On a slightly different subject, I wish VCOND would print out the tree code symbolically rather than just a number. It would be easier to understand what the condition exec is really.

[Bug target/104401] [x86] Failure to recognize min/max pattern using pcmp+pblendv

2022-02-06 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104401 --- Comment #2 from Hongtao.liu --- (In reply to Andrew Pinski from comment #1) > (set (reg:V16QI 93) > (unspec:V16QI [ > (subreg:V16QI (reg/v:V2DI 92 [ input ]) 0) > (subreg:V16QI (reg/v:V2DI 91 [ value ]) 0) >

[Bug target/104401] [x86] Failure to recognize min/max pattern using pcmp+pblendv

2022-02-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104401 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/104401] [x86] Failure to recognize min/max pattern using pcmp+pblendv

2022-02-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104401 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement