On Wed, 18 Oct 2023, Andre Vieira (lists) wrote:
> Rebased, needs review.
+ tree parm_type = NULL_TREE;
+ if(i < args.length())
+ {
space before (
+/* Return SSA name of the result of the conversion of OPERAND into type
TYPE.
+ The conversion statement is inserted at GSI. */
Rebased, needs review.
On 30/08/2023 10:13, Andre Vieira (lists) via Gcc-patches wrote:
This patch enables the compiler to use inbranch simdclones when
generating masked loops in autovectorization.
gcc/ChangeLog:
* omp-simd-clone.cc (simd_clone_adjust_argument_types): Make function
This patch enables the compiler to use inbranch simdclones when
generating masked loops in autovectorization.
gcc/ChangeLog:
* omp-simd-clone.cc (simd_clone_adjust_argument_types): Make function
compatible with mask parameters in clone.
* tree-vect-stmts.cc (vect_convert