[Bug tree-optimization/93116] match.pd uses convert/tree_nop_conversion_p instead of nop_convert

2023-07-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93116 --- Comment #2 from Andrew Pinski --- So the biggest issue here is that if we use nop_convert here, we will need to check for vectors and use view_convert instead of convert in the resulting output for the patterns. like what is done for: /*

[Bug tree-optimization/93116] match.pd uses convert/tree_nop_conversion_p instead of nop_convert

2020-01-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93116 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|