Re: [PATCH] tree-optimization/108888 - call if-conversion

2023-04-11 Thread Richard Biener via Gcc-patches
On Wed, 5 Apr 2023, Andre Vieira (lists) wrote: > Hi, > > The original patch to fix this PR broke the if-conversion of calls into > IFN_MASK_CALL. This patch restores that original behaviour and makes sure the > tests added earlier specifically test inbranch SIMD clones. OOps. > Bootstrapped

Re: [PATCH] tree-optimization/108888 - call if-conversion

2023-04-05 Thread Andre Vieira (lists) via Gcc-patches
Hi, The original patch to fix this PR broke the if-conversion of calls into IFN_MASK_CALL. This patch restores that original behaviour and makes sure the tests added earlier specifically test inbranch SIMD clones. Bootstrapped and regression tested on aarch64-none-linux-gnu and

[PATCH] tree-optimization/108888 - call if-conversion

2023-02-23 Thread Richard Biener via Gcc-patches
The following makes sure to only predicate calls necessary. Bootstrapped and tested on x86_64-unknown-linux-gnu, pushed. PR tree-optimization/10 * tree-if-conv.cc (if_convertible_stmt_p): Set PLF_2 on calls to predicate. (predicate_statements): Only predicate