[Bug rtl-optimization/92656] New: The zero_extend insn can't be eliminated in the combine pass

2019-11-25 Thread bina2374 at gmail dot com
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: bina2374 at gmail dot com Target Milestone: --- Target: RISC-V I compiled the C function with "-march=rv32imafc -mabi=ilp32f -mtune=sifive-7-series -O2 -fu

[Bug tree-optimization/94092] New: Code size and performance degradations after -ftree-loop-distribute-patterns was enabled at -O[2s]+

2020-03-09 Thread bina2374 at gmail dot com
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: bina2374 at gmail dot com Target Milestone: --- Target: riscv64-unknown-elf Since https://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug tree-optimization/88440] size optimization of memcpy-like code

2020-03-09 Thread bina2374 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88440 Mel Chen changed: What|Removed |Added CC||bina2374 at gmail dot com --- Comment #27

[Bug target/95252] New: testcase gcc.dg/torture/pr67916.c failure when testing with -msave-restore

2020-05-21 Thread bina2374 at gmail dot com
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: bina2374 at gmail dot com CC: kito at gcc dot gnu.org, wilson at gcc dot gnu.org Target Milestone: --- Target: riscv64-unknown-elf FAIL: gcc.dg

[Bug target/95632] Redundant zero extension

2020-06-15 Thread bina2374 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95632 --- Comment #2 from Mel Chen --- (In reply to Jim Wilson from comment #1) > We sign extend HImode constants as that is the natural thing to do to make > arithmetic work. This does mean that unsigned short logical operations need > a zero extend

[Bug tree-optimization/95685] New: Loop invariants can't be moved out of the loop

2020-06-15 Thread bina2374 at gmail dot com
: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: bina2374 at gmail dot com CC: kito at gcc dot gnu.org, wilson at gcc dot gnu.org Target Milestone: --- Target: riscv32-unknown-elf Command line: bin/riscv64-unknown-elf-gcc -march

[Bug target/95632] New: Redundant zero extension

2020-06-10 Thread bina2374 at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: bina2374 at gmail dot com CC: kito at gcc dot gnu.org, wilson at gcc dot gnu.org Target Milestone: --- Target: riscv32-unknown-elf Command line: bin/riscv64-unknown-elf-gcc -march=rv32imafc -mabi=ilp32f -O2 foo.c

[Bug target/96297] New: Redundant zero extension after inlining the function

2020-07-23 Thread bina2374 at gmail dot com
Component: target Assignee: unassigned at gcc dot gnu.org Reporter: bina2374 at gmail dot com CC: kito at gcc dot gnu.org, wilson at gcc dot gnu.org Target Milestone: --- Target: riscv32-unknown-elf Command line: bin/riscv64-unknown-elf-gcc -march

[Bug tree-optimization/94092] Code size and performance degradations after -ftree-loop-distribute-patterns was enabled at -O[2s]+

2021-02-24 Thread bina2374 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94092 --- Comment #8 from Mel Chen --- Sorry for using the bad example to describe the problem I am facing. Let me clarify my question with a more precise example. void array_mul(int N, int *C, short *A, short *B) { int i, j; for (i = 0; i < N;

[Bug tree-optimization/94092] Code size and performance degradations after -ftree-loop-distribute-patterns was enabled at -O[2s]+

2021-02-25 Thread bina2374 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94092 --- Comment #10 from Mel Chen --- (In reply to Richard Biener from comment #9) > (In reply to Mel Chen from comment #8) > > Sorry for using the bad example to describe the problem I am facing. Let me > > clarify my question with a more precise

[Bug tree-optimization/94092] Code size and performance degradations after -ftree-loop-distribute-patterns was enabled at -O[2s]+

2021-03-02 Thread bina2374 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94092 --- Comment #11 from Mel Chen --- (In reply to Mel Chen from comment #10) > (In reply to Richard Biener from comment #9) > > (In reply to Mel Chen from comment #8) > > > Sorry for using the bad example to describe the problem I am facing. Let >