Thanks for comments.
> -Original Message-
> From: Steven Bosscher [mailto:stevenb@gmail.com]
> Sent: Friday, September 28, 2012 4:29 PM
> To: Bin Cheng
> Cc: gcc-patches@gcc.gnu.org; Eric Botcazou; Richard Sandiford;
> vmaka...@redhat.com
> Subject: Re: [PATCH RF
> -Original Message-
> From: Steven Bosscher [mailto:stevenb@gmail.com]
> Sent: Friday, September 28, 2012 4:29 PM
> To: Bin Cheng
> Cc: gcc-patches@gcc.gnu.org; Eric Botcazou; Richard Sandiford;
> vmaka...@redhat.com
> Subject: Re: [PATCH RFA] Implement regis
Hi Steven,
Thanks for the comments and sorry for the delay with this message.
> -Original Message-
>
> Hello,
>
> Thanks for the update. The first look wasn't a very thorough review, so I
have
> more comments now. Sorry for that, I should have taken the time for this
the
> first time rou
Hi Jeff,
Thanks for reviewing and sorry for this delayed message.
>
> > + /* Only decrease distance if bb has high register pressure or
EXPR
> > +is const expr, otherwise EXPR can be hoisted through bb without
> > +cost. */
> ?!? This comment makes no sense to me. To accurately kn
Ping.
> -Original Message-
> From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches-ow...@gcc.gnu.org]
On
> Behalf Of Bin Cheng
> Sent: Tuesday, September 25, 2012 4:00 PM
> To: 'Richard Sandiford'
> Cc: Ramana Radhakrishnan; Richard Earnshaw; gcc-patch
Ping^2
> -Original Message-
> From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches-ow...@gcc.gnu.org]
On
> Behalf Of Bin Cheng
> Sent: Monday, October 08, 2012 2:36 PM
> To: gcc-patches@gcc.gnu.org
> Cc: Ramana Radhakrishnan; Richard Earnshaw; 'Richard Sandifor
%
Thumb2 X
x86 X
x86_64 X
(X means no obvious effect, unfortunately.)
Also, since this is the simplification of previous patch, I think there is
no slowdown in compilation.
Please review. Thanks.
And updated ChangeLog entry:
2012-10-11 Bin Cheng
> -Original Message-
> From: Steven Bosscher [mailto:stevenb@gmail.com]
> Sent: Friday, October 12, 2012 7:04 AM
> To: Bin Cheng
> Cc: Jeff Law; gcc-patches@gcc.gnu.org
> Subject: Re: [PATCH RFA] Implement register pressure directed hoist pass
>
> On Thu,
it's right, this can prove my previous
observation that decrease of register pressure during hoisting process is
rare. I will continue investigating the correctness of the patch and see
what I can get.
Please review. Thanks
And the ChangeLog:
2012-10-12 Bin Cheng
* gcse.c: Update
Hi Steven, Jeff,
I found a flaw in original patch, which results in inaccurate register
pressure.
Here comes the updated patches, improving code size a little bit on
Thumb2/powerpc comparing to original patches.
Please review.
Thanks
2012-10-16 Bin Cheng
* gcse.c: Update copyright
> -Original Message-
> From: Jeff Law [mailto:l...@redhat.com]
> Sent: Wednesday, October 17, 2012 1:02 AM
> To: Bin Cheng
> Cc: 'Steven Bosscher'; gcc-patches@gcc.gnu.org
> Subject: Re: [PATCH RFA] Implement register pressure directed hoist pass
>
>
/testsuite/ChangeLog
2012-10-22 Bin Cheng
* gcc.dg/hoist-register-pressure.c: Simplify the case
by using fewer registers.
Index: gcc/testsuite/gcc.dg/hoist-register-pressure.c
===
--- gcc/testsuite/gcc.dg/hois
> -Original Message-
> From: Jakub Jelinek [mailto:ja...@redhat.com]
> Sent: Monday, October 22, 2012 3:16 PM
> To: Bin Cheng
> Cc: gcc-patches@gcc.gnu.org
> Subject: Re: [PATCH GCC]Fix test case failure reported in PR54989
>
> On Mon, Oct 22, 2012 at 11:00:08A
> -Original Message-
> From: Jeff Law [mailto:l...@redhat.com]
> Sent: Saturday, October 27, 2012 2:54 AM
> To: Bin Cheng
> Cc: 'Jakub Jelinek'; gcc-patches@gcc.gnu.org
> Subject: Re: [PATCH GCC]Fix test case failure reported in PR54989
>
> On 10
X
x86 X
x86_64 X
Note: Though X means no obvious effect on code size, this patch does improve
it a little bit on these targets.
I bootstrapped this patch on x86/x86_64, and tested it on
x86/x86_64/arm-none-eabi. Is it OK?
Thanks.
2012-10-29 Bin Cheng
* gcse
> -Original Message-
> From: Jeff Law [mailto:l...@redhat.com]
> Sent: Tuesday, October 30, 2012 2:27 AM
> To: Bin Cheng
> Cc: 'Jakub Jelinek'; gcc-patches@gcc.gnu.org
> Subject: Re: [PATCH GCC]Fix test case failure reported in PR54989
>
> On 10
> -Original Message-
> From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches-ow...@gcc.gnu.org]
On
> Behalf Of Bin Cheng
> Sent: Monday, October 29, 2012 2:59 PM
> To: gcc-patches@gcc.gnu.org
> Subject: [PATCH GCC]Improving register pressure directed hoist
>
> -Original Message-
> From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches-ow...@gcc.gnu.org]
On
> Behalf Of Jakub Jelinek
> Sent: Tuesday, October 30, 2012 1:57 AM
> To: g...@gcc.gnu.org
> Cc: gcc-patches@gcc.gnu.org
> Subject: GCC 4.8.0 Status Report (2012-10-29), Stage 1 to end soo
change. As a matter of
fact, we may need to do the same thing for signed int types because -TYPE_MIN
is undefined. Unfortunately, I failed to create a test in this case.
Bootstrap and test on x64_64, is it OK?
2016-01-27 Bin Cheng
PR tree-optimization/67921
* fold-const.c (spli
imizer should be improved.
Bootstrap and test on AArch64, is it OK?
Thanks,
bin
2016-02-04 Bin Cheng
* config/aarch64/aarch64.c (aarch64_legitimize_address): Force
register scaling out of memory reference and comment why.
diff --git a/gcc/config/aarch64/aarch64.c b/gcc/c
owing passes.
This patch fixes the issue by the 2nd method. Bootstrap and test on x86_64 and
AArch64 (test ongoing). Is it OK if no failures?
Thanks,
bin
2016-02-04 Bin Cheng
PR tree-optimization/68021
* tree-ssa-loop-ivopts.c (increment_stmt_for_biv_p): New function.
AArch64. Is it OK?
Thanks,
bin
2016-02-09 Bin Cheng
PR tree-optimization/69052
* loop-invariant.c (canonicalize_address): New function.
(inv_can_prop_to_addr_use): Check validity of address expression
which is canonicalized by above function.
gcc/testsuite/
t is known
that the use has the value of the biv cand.
Bootstrap and test on x86_64 and aarch64. Is it OK if no failures?
Thanks,
bin
2016-02-09 Bin Cheng
PR tree-optimization/68021
* tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
when computing th
From: Jeff Law
Sent: 11 February 2016 23:26
To: Bin.Cheng
Cc: Bin Cheng; gcc-patches@gcc.gnu.org; nd
Subject: Re: [PATCH PR69052]Check if loop inv can be propagated into mem ref
with additional addr expr canonicalization
>> On 02/11/2016 10
change
rule can be applied during stage4 or not.
Thanks,
bin
2016-02-22 Bin Cheng
* tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
min_profitable_estimate, rather than min_profitable_iters.
Index: gcc/tree-vect-loop.c
cated case, I worked out a
patch forcing CONST_INT to lower precedence than CONST_WIDE_INT, so that for
sure it will be sorted after all other kinds sub-parts.
This is an obvious change. Bootstrap&test on x86_64, bootstrap&test on
AArch64. Is it OK for this stage?
Thanks,
bin
2016-03-
_overflow info to add_candidate and add_candidate_1.
(get_computation_aff, get_computation_cost_at): Handle candidate
with smaller precision than iv use.
gcc/testsuite/ChangeLog
2015-07-16 Bin Cheng
PR tree-optimization/66388
* gcc.dg/tree-ssa/pr66388.c: New test.
I
Hi,
This is an obvious change to bypass following iterations if expr has already
been simplified into constant in function
simplify_using_loop_initial_conditions.
Is it OK?
Thanks,
bin
2015-07-28 Bin Cheng
* tree-ssa-loop-niter.c (simplify_using_initial_conditions): Break
bound information is computed for
test cases added by this patch.
Is it OK?
Thanks,
bin
2015-07-28 Bin Cheng
* tree-ssa-loop-niter.c (refine_value_range_using_guard): New.
(determine_value_range): Call refine_value_range_using_guard for
each loop initial condition to
scev analysis itself and simple_iv isn't an interface
for that.
Is it OK?
Thanks,
bin
2015-07-28 Bin Cheng
* tree-ssa-loop-niter.c (tree_simplify_using_condition): Export
the interface.
* tree-ssa-loop-niter.h (tree_simplify_using_condition): Declare.
d spec2k6 on x86_64, no regression.
Bootstrap and test on x86_64 and x86_32. Will test it on aarch64. So any
comments?
Thanks,
bin
2015-09-28 Bin Cheng
* loop-invariant.c (struct def): New field cant_fwprop_to_addr_uses.
(inv_cant_fwprop_to_addr_use): New function.
building pointer type CHREC.
This simple patch fixes the ICE issue. Bootstrap and test on x86 & x86_64.
Is it OK?
Note, I do think the associate logic in fold_binary_loc needs fix, but that
should be another patch.
2015-10-20 Bin Cheng
PR tree-optimization/67921
*
ls to
get_computation_cost for a grouped iv use. This results in loss of
depends_on information, as well memory leaks for depends_on bitmap.
I think this is an obvious fix to the issue. Bootstrap and test on x86_64.
OK?
Thanks,
bin
2015-10-27 Bin Cheng
* tree-ssa-loop-ivopts.c (split_address
on
AArch64. Is it OK?
Thanks,
bin
2015-11-03 Bin Cheng
PR tree-optimization/52272
* tree-ssa-loop-ivopts.c (struct iv_common_cand): New struct.
(struct iv_common_cand_hasher): New struct.
(iv_common_cand_hasher::hash): New function.
(iv_common_can
Hi,
GIMPLE IVO needs to call backend interface to calculate costs for addr
expressions like below:
FORM1: "r73 + r74 + 16380"
FORM2: "r73 << 2 + r74 + 16380"
They are invalid address expression on AArch64, so will be legitimized by
aarch64_legitimize_address. Below are what we got from that
s isn't appropriate for
Stage3.
Bootstrap and test on x86_64 and x86. I don't expect any issue on aarch64
either. Is it OK?
2015-11-27 Bin Cheng
PR tree-optimization/68529
* tree-ssa-loop-niter.c (number_of_iterations_ne): Add new param.
Compute no-overf
generated:
67 add x1, x29, 48
68 add x1, x1, x0, sxtw 3
69 stlrx19, [x1]
Bootstrap and test on aarch64. Is it OK?
Thanks,
bin
2015-12-01 Bin Cheng
* config/aarch64/atomics.md (atomic_store): Use predicate
aarch64_sync_memory_operand.
diff --g
.
Bootstrap and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-07 Bin Cheng
* cfgloop.h (struct loop): New field ldist_alias_id.
* cfgloopmanip.c (lv_adjust_loop_entry_edge): Comment change.
* internal-fn.c (expand_LOOP_DIST_ALIAS): New function
Hi,
this is a simple patch skipping distribution if there is no loop at all.
Bootstrap and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-07 Bin Cheng
* cfgloop.h (pass_loop_distribution::execute): Skip if no loops.From eb6a795331efde92fd6df1c6e612fb1ffa9f482f Mon Sep 17
Hi,
This simple patch marks distributed loops and skips it in following
distribution.
Bootstrap and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-07 Bin Cheng
* tree-loop-distribution.c (generate_loops_for_partition): Mark
distributed loops
Hi,
This simple patch refactors partition merge code and dump information.
Bootstrap and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-07 Bin Cheng
* tree-loop-distribution.c (enum fuse_type, fuse_message): New.
(partition_merge_into): New parameter. Dump reason
Hi,
This patch collects and preserves all data references in loop for whole
distribution life time. It will be used afterwards.
Bootstrap and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-07 Bin Cheng
* tree-loop-distribution.c (datarefs_vec, datarefs_map): New
issue by sorting in topological order.
Bootstrap and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-07 Bin Cheng
* tree-loop-distribution.c (bb_top_order_index): New.
(bb_top_order_index_size, bb_top_order_cmp): New.
(stmts_from_loop): Use topological
Hi,
This simple patch computes and preserves loop nest vector for whole distribution
life time. The loop nest will be used multiple times in on-demand data
dependence
computation.
Bootstrap and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-07 Bin Cheng
* tree-loop
only merge partitions with the same references.
Bootstrap and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-07 Bin Cheng
* tree-loop-distribution.c (ref_base_address): Delete.
(similar_memory_accesses): Rename ...
(share_memory_accesses): ... to this. Che
x27;t work
very well because it does blind distribution/fusion.
Bootstrap and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-07 Bin Cheng
* tree-loop-distribution.c (alias.h): Include header file.
(enum partition_type): New.
(struct partition): New field
it OK?
Thanks,
bin
2017-06-07 Bin Cheng
* tree-loop-distribution.c (struct partition): New fields recording
its data references.
(partition_alloc, partition_free): Init and release data refs.
(partition_merge_into): Merge data refs.
(build_rdg_partition_for_v
Hi,
This patch computes and caches data dependence relation in a hash table
so that it can be queried multiple times later for partition dependence
check.
Bootstrap and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-07 Bin Cheng
* tree-loop-distribution.c (struct
in SCC now. A better fusion algorithm is
desired to minimize loop overhead, maximize parallelism and maximize
Bootstrap and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-07 Bin Cheng
* tree-loop-distribution.c: Add general explanantion on the pass.
patch simply workarounds
reduction issue by checking if the statement belongs to all partitions. If yes,
the reduction must be computed in the last partition no matter how the loop is
distributed.
Bootstrap and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-07 Bin Cheng
test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-12 Bin Cheng
* tree-ssa-loop-split.c (compute_new_first_bound): Feed bound
computation to folder, rather than force to gimple operands too
early.From 372dc98aa91fd495c98c2326f854eb5f2c76500b Mon Sep 17 00:00:00
st can be completely unrolled by later passes.
Bootstrap and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-12 Bin Cheng
* tree-ssa-loop-split.c (compute_new_first_bound): Compute and
return bound information for the second split loop.
(adjust_loop_split): New fu
Hi,
This simple patch removes interface initialize_root. It's simple enough and
called only once.
Bootstrap(O2/O3) in patch series on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-21 Bin Cheng
* tree-predcom.c (initialize_root): Delete.
(execute_pred_commoning_
re.
Bootstrap(O2/O3) in patch series on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-21 Bin Cheng
* tree-predcom.c: Revise general description of pass.
(enum chain_type): New enum type for store elimination.
(struct chain): New field supporting sto
/O3) in patch series on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-21 Bin Cheng
* tree-predcom.c (ref_at_iteration): Add parameter NITERS. Compute
memory reference to DR at (NITERS + ITERS)-th iteration of loop.From ed1df7daca3d2dc2c3ba1c504d5431fba96d0887 Mon Sep 17 00
{
a[i] = 1;
}
a[n] = 2;
a[n+1] = 2;
Bootstrap(O2/O3) in patch series on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-21 Bin Cheng
* tree-predcom.c: (struct chain): Handle store-store chain in which
stores for elimination only store loop inva
Hi,
This patch picks up a missed-optimization case in loop niter analysis. With
this
patch, niters information for loop as in added test can be analyzed. Bootstrap
and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-06-27 Bin Cheng
PR tree-optimization/81196
* tree
Hi,
This is an obvious patch removing redundant check on component distance in
tree-predcom.c Bootstrap and test along with next patch. Is it OK?
Thanks,
bin
2017-11-15 Bin Cheng
* tree-predcom.c (add_ref_to_chain): Remove check on distance.From
mixed chain.
That would
need fundamental rewrite of the pass and not sure how useful it would be.
Bootstrap and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2017-11-15 Bin Cheng
* tree-predcom.c: Add general comment on Store-Store chains.
(split_data_refs_to_components
ge to branch:
gcc.gnu.org/svn/gcc/branches/gimple-linterchange.
Thanks,
bin
2017-11-27 Bin Cheng
* tree-ssa-dce.c (simple_dce_from_worklist): Move and rename from
tree-ssa-pre.c::remove_dead_inserted_code.
* tree-ssa-dce.h: New file.
* tree-ssa-pre.c (tree-ssa-
Hi,
This is a simple patch using dyn_cast instead of is_a<> and as_a<> as suggested
by review.
This is for branches/gimple-linterchange, bootstrap and test as when the branch
is created. Is it OK?
Thanks,
bin
2017-11-30 Bin Cheng
* gimple-loop-interchange.cc (is-a.h)
Hi,
This is an obvious cleanup patch doing variable renaming, function inlining.
Is it OK?
Thanks,
bin
2017-12-05 Bin Cheng
* gimple-loop-interchange.cc (struct induction): Rename fields.
(dump_induction, loop_cand::analyze_induction_var): Update uses.
(loop_cand
Hi,
The loop interchange pass reuses option -floop-interchange from GRAPHITE, this
patch
adjusts all affected GRAPHITE tests by changing the option to
-floop-nest-optimize.
Test result checked with/without loop interchange. Is it OK?
Thanks,
bin
gcc/testsuite
2017-12-06 Bin Cheng
aves either.
So is it OK?
Thanks,
bin
2017-12-07 Bin Cheng
Richard Biener
PR tree-optimization/81303
* Makefile.in (gimple-loop-interchange.o): New object file.
* common.opt (floop-interchange): Reuse the option from graphite.
* doc/invoke.texi (-fl
this patch. Is it OK if test
passes?
Thanks,
bin
2017-12-08 Bin Cheng
* gimple-loop-interchange.cc (struct loop_cand): New field.
(loop_cand::loop_cand): Init new field in constructor.
(loop_cand::classify_simple_reduction): Record simple reduction
initialized
Hi,
While I am still trying to reproduce and verify the issue (valgrind checking
runs very slow for me),
It's clear I made stupid mistake using free for newed vector. This simple
patch fixes it.
Bootstrap and test ongoing. Is it OK?
Thanks,
bin
2017-12-06 Bin Cheng
PR
enforcing dependence check. It also adds two
tests
with one shouldn't be vectorized and the other should. Bootstrap and test on
x86_64
and AArch64. Is it OK?
Thanks,
bin
2017-12-15 Bin Cheng
PR tree-optimization/81740
* tree-vect-data-refs.c (vect_analyze_data_ref_depen
Hi,
This patch backports revision 254777 and 254778 to GCC 7 branch.
Bootstrap and test on x86_64. Is it OK?
Thanks,
bin
2017-12-18 Bin Cheng
Backport from mainline
2017-11-15 Bin Cheng
PR tree-optimization/82726
PR tree-optimization/70754
* tree
HI,
This patch backports r254778 and test case in r244815 to GCC6. Bootstrap and
test on x86_64. Is it OK?
Thanks,
bin
2017-12-18 Bin Cheng
Backport from mainline
2017-11-15 Bin Cheng
PR tree-optimization/82726
PR tree-optimization/70754
* tree
en we only interchange in limited
cases.
Bootstrap and test on x86_64 and AArch64. Is it OK?
Thanks,
bin
2018-01-11 Bin Cheng
PR tree-optimization/83695
* gimple-loop-linterchange.cc
(tree_loop_interchange::interchange_loops): Call scev_reset_htab to
reset cached
han now, so parloop can parallelize as before.
Bootstrap and test on x86_64 and AArch64 ongoing. Is it OK if no errors?
Thanks,
bin
2018-01-19 Bin Cheng
PR tree-optimization/82604
* tree-loop-distribution.c (enum partition_kind): New enum item
PKIND_PARTIAL_MEMSET.
rap and test on x86_64 and AArch64. gcc.dg/vect/pr79347.c is fixed
for both PR82965 and PR83991. Is this OK?
Thanks,
bin
2018-01-30 Bin Cheng
PR tree-optimization/82965
PR tree-optimization/83991
* cfgloopmanip.c (scale_loop_profile): Further scale loop's profile
Hi,
This simple patch fixes test case failure for pr84682-2.c by returning
false on wrong mode rtx in aarch64_classify_address, rather than assert.
Bootstrap and test on aarch64. Is it OK?
Thanks,
bin
2018-03-16 Bin Cheng
* config/aarch64/aarch64.c (aarch64_classify_address
ould be resolved in a more general way maximizing
parallelism
as well as merging opportunities when sorting partitions into topological order
from
dependence graph, which isn't GCC8 task.
Bootstrap and test on x86_64 and AArch64 ongoing. Okay if no failures?
Thanks,
bin
2018-03-20 Bin Che
Hi,
The new test pr83126.c requires pthread for compiling, this simple patch skips
it
for bare-metal toolchains.
Test checked. Is it OK?
Thanks,
bin
gcc/testsuite
2018-03-22 Bin Cheng
* gcc.dg/graphite/pr83126.c: Require pthread for the test.diff --git a/gcc/testsuite/gcc.dg
Hi,
Option -ftree-loop-distribution is improved and enabled by default at -O3 for
GCC8.
This patch describes the change, is it OK?
Thanks,
binIndex: htdocs/gcc-8/changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,
04-10 Bin Cheng
PR testsuite/85190
* gcc.dg/vect/pr81196.c: Adjust pointer for aligned access.diff --git a/gcc/testsuite/gcc.dg/vect/pr81196.c
b/gcc/testsuite/gcc.dg/vect/pr81196.c
index 46d7a9e..15320ae 100644
--- a/gcc/testsuite/gcc.dg/vect/pr81196.c
+++ b/gcc/testsuite/gcc.dg
the original version patch
at https://gcc.gnu.org/ml/gcc-patches/2017-05/msg01021.html
Bootstrap and test on x86_64 and AArch64 ongoing. Any comments?
Thanks,
bin
2018-04-27 Bin Cheng
* ira.c (setup_mode_classes): New function.
(find_reg_classes): Call above function.
Hi,
This is the second patch computing available/clobber registers for register
classes.
It's the same as the original patch posted
@https://gcc.gnu.org/ml/gcc-patches/2017-05/msg01022.html
Bootstrap and test on x86_64 and AArch64 ongoing. Any comments?
Thanks,
bin
2017-04-27 Bin
HI,
This is an obvious patch removing the unnecessary function.
Bootstrap and test on x86_64 and AArch64 ongoing. Is it OK?
Thanks,
bin
2018-04-27 Bin Cheng
* tree-ssa-live.h (live_merge_and_clear): Delete.From ba6e47da7faba9a31c776a6d06ef052b1ed392a8 Mon Sep 17 00:00:00 2001
From
hanks,
bin
2018-04-27 Bin Cheng
* tree-outof-ssa.c (remove_ssa_form): Update use.
* tree-ssa-coalesce.c (build_ssa_conflict_graph): Support regional
coalesce.
(coalesce_with_default): Update comment.
(create_outofssa_var_map): Support regional coalesce.
e and
coalesce
data structures and algorithms in the future.
Bootstrap and test on x86_64 and AArch64 ongoing. Any comments?
Thanks,
bin
2018-04-27 Bin Cheng
* tree-ssa-live.c (memmodel.h, ira.h, tree-ssa-coalesce.h): Include.
(struct stmt_lr_info, free_stmt_lr_info)
2018-04-27 Bin Cheng
* tree-predcom.c (stor-layout.h, tree-ssa-live.h): Include.
(REG_RELAX_RATIO, prune_chains): New.
(tree_predictive_commoning_loop): Compute reg pressure using class
region. Prune chains based on reg pressure. Force to not unroll
if
Hi,
This patch fixes ICE by loading vector(1) scalar_type if it's 1 element-wise
for VMAT_ELEMENTWISE.
Bootstrap and test on x86_64 and AArch64 ongoing. Is it OK?
Thanks,
bin
2018-05-16 Bin Cheng
Richard Biener
PR tree-optimization/85793
* tree-vect-st
Bin Cheng
PR tree-optimization/85804
* tree-vect-stmts.c (vectorizable_load): Compute correct bump step
for vector(1) load in single-element group access.
gcc/testsuite
2018-05-17 Bin Cheng
PR tree-optimization/85804
* gcc.c-torture/execute/pr85804.c
test on x86_64. Is it OK?
Thanks,
bin
2018-05-22 Bin Cheng
* tree-loop-distribution.c (break_alias_scc_partitions): Don't merge
SCC if all partitions are builtins.
(version_loop_by_alias_check): New parameter. Generate cancelable
runtime alias ch
Hi,
The case depends on GCC inlining of global function, but the callee won't be
inlined because it's global function and considered over-writable during
run-time.
This patch fixes the failure by binding it to pic locally. Is it OK?
Thanks,
bin
gcc/testsuite/ChangeLog
2014-08-07
nning check
is failed in these cases.
I think disabling lto won't weaken the test since what it tests has nothing
to do with lto. This patch fixes these failures by disabling lto.
Is it OK?
Thanks,
bin
gcc/testsuite/ChangeLog
2014-08-07 Bin Cheng
* gcc.dg/torture/pr61772.c: Skip l
Hi,
As analyzed in PR62032, this patch fixes the latent lto bug by switching
arguments of lto_define_builtins, otherwise vsnprintf-chk.c would fail on
arm/aarch64 with lto options.
Is it ok if bootstrap and test pass?
2014-08-07 Bin Cheng
PR lto/62032
* lto/lto-lang.c
ly?
Thanks very much.
Thanks,
bin
gcc/testsuite/ChangeLog
2014-08-14 Bin Cheng
* g++.dg/ext/arm-fp16/fp16-mangle-1.C: Also check .weak.
Index: gcc/testsuite/g++.dg/ext/arm-fp16/fp16-mangle-1.C
===
--- gcc/testsuite/g++.dg
sl library is available or not.
We also can't set it to `no' by default, because "--with-isl=" option
would be nullified in this way. I think the best we can do here is add
AC_LINK_IFELSE when checking.
This patch fixes the issue.
Is it OK?
2014-08-21 Bin Cheng
86_64/x86. So is it OK?
Thanks,
bin
2014-08-27 Bin Cheng
* tree-ssa-loop-ivopts.c (iv_ca_add_use): Delete parameter
important_candidates. Consider all important candidates if
IVS doesn't give any result. Remove check on ivs->upto.
(try_add_cand_for): Cal
later. So is it OK? Any comments will be appreciated.
Thanks,
bin
2014-08-27 Bin Cheng
PR rtl-optimization/62151
* combine.c (distribute_notes): Check i2 if it modifies register
in REG_DEAD note immediately, set tem_insn accordingly.Index: gcc/combine.c
03. This patch is
necessary for inlining memset calls on ARM target.
It passes tests on
arm-none-eabi/arm-none-linux-gnueabi/arm-none-linux-gnueabihf with different
test variants. It also passes bootstrap and glibc build on
arm-none-linux-gnueabihf. Is it OK?
Thanks,
bin
2014-09-04 Bin C
idn't have enough
time to fixed back that time. Now with the potential bug resolved by
https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00298.html , I will apply this
patch in 24h again if no objection.
Retested along with memset-inlining patch set.
Thanks,
bin
2014-09-04 Bin Cheng
09-04 Bin Cheng
PR target/55701
* config/arm/arm.md (setmem): New pattern.
* config/arm/arm-protos.h (struct tune_params): New fields.
(arm_gen_setmem): New prototype.
* config/arm/arm.c (arm_slowmul_tune): Initialize new fields.
(arm_fastmul
eparated shift and add
instructions. Probably sparc64 should return cost no larger than
cost(shift)+cost(add) in the first place?.
Bootstrap and tested on x86_64/cortex-m3, the case is fixed on sparc64 now.
Is it OK?
Thanks,
bin
2014-09-04 Bin Cheng
* tree-ssa-loop-
patch, spec2k/fp can be improved a little on aarch64.
Bootstrap and test on x86_64 and x86, I am also prepared to fix any
regression in the future. Is it OK?
2014-09-30 Bin Cheng
* tree-ssa-loop-ivopts.c (iv_nowrap_period)
(nowrap_cand_for_loop_niter_p): New func
nce
otherwise there is type overflow.
These two patch fix the mentioned problem.
They pass bootstrap and regression test on x86_64/x86/aarch64/arm, so any
comments?
Thanks,
bin
PATCH A)
2014-06-23 Bin Cheng
* tree-ssa-loop-ivopts.c (iv_elimination_compare_lt): Check number
> -Original Message-
> From: Bin.Cheng [mailto:amker.ch...@gmail.com]
> Sent: Wednesday, July 02, 2014 1:46 PM
> To: Ramana Radhakrishnan
> Cc: Bin Cheng; Richard Earnshaw; gcc-patches
> Subject: Re: [PATCH ARM]Handle REG addressing mode in
> output_move_neon explic
1 - 100 of 452 matches
Mail list logo