[Bug target/96342] [SVE] Add support for "omp declare simd"

2023-02-08 Thread avieira at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96342 --- Comment #10 from avieira at gcc dot gnu.org --- yang I assume you are no longer working on this?

[Bug target/96342] [SVE] Add support for "omp declare simd"

2020-11-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96342 --- Comment #9 from CVS Commits --- The master branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:abe93733a265f8a8b56dbdd307380f8c83dd3ab5 commit r11-4676-gabe93733a265f8a8b56dbdd307380f8c83dd3ab5 Author: Yang Yang Date:

[Bug target/96342] [SVE] Add support for "omp declare simd"

2020-10-26 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96342 --- Comment #8 from rsandifo at gcc dot gnu.org --- (In reply to yangyang from comment #3) > The work is mainly composed of three parts: the generating of SVE > functions for "omp declare simd" in pass_omp_simd_clone, the supporting of >

[Bug target/96342] [SVE] Add support for "omp declare simd"

2020-10-26 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96342 --- Comment #7 from rsandifo at gcc dot gnu.org --- Comment on attachment 49414 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49414 part2-patch Nice :-) For the constant_multiple_p calls that calculate a vector multiple, it might be

[Bug target/96342] [SVE] Add support for "omp declare simd"

2020-10-26 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96342 --- Comment #6 from rsandifo at gcc dot gnu.org --- Comment on attachment 49413 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49413 part1-patch Thanks for the summary and patches, and sorry for the delayed reply. Taking part1-patch

[Bug target/96342] [SVE] Add support for "omp declare simd"

2020-10-21 Thread yangyang305 at huawei dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96342 --- Comment #5 from yangyang --- Created attachment 49414 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49414=edit part2-patch

[Bug target/96342] [SVE] Add support for "omp declare simd"

2020-10-21 Thread yangyang305 at huawei dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96342 --- Comment #4 from yangyang --- Created attachment 49413 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49413=edit part1-patch

[Bug target/96342] [SVE] Add support for "omp declare simd"

2020-10-21 Thread yangyang305 at huawei dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96342 --- Comment #3 from yangyang --- Hi, Sorry for the slow reply. After studying the specification of SVE "omp declare simd" and GCC's current implementation of "omp declare simd", I have developed a rough plan to support GCC to generating SVE

[Bug target/96342] [SVE] Add support for "omp declare simd"

2020-08-05 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96342 --- Comment #2 from rsandifo at gcc dot gnu.org --- That's great, thanks for the heads-up.

[Bug target/96342] [SVE] Add support for "omp declare simd"

2020-08-04 Thread yangyang305 at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96342 yangyang changed: What|Removed |Added CC||yangyang305 at huawei dot com --- Comment #1