https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122724
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=112469
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(for uncond_op (UNCOND_UNARY)
cond_op (COND_UNARY)
(simplify
(vec_cond @0 (view_convert? (uncond_op@3 @1)) @2)
(with { tree op_type = TREE_TYPE (@3); }
(if (vectorized_internal_fn_supported_p (as_internal_fn (cond_op), op_type)
&& is_truth_type_for (op_type, TREE_TYPE (@0)))
(cond_op @0 (view_convert @1) @2))))