]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: In openmp.cc, uncomment unroll/tile lines of gfc_omp_directives
authorTobias Burnus <tburnus@baylibre.com>
Sun, 26 Jan 2025 23:35:17 +0000 (00:35 +0100)
committerTobias Burnus <tburnus@baylibre.com>
Sun, 26 Jan 2025 23:35:17 +0000 (00:35 +0100)
commit7cd133a6e4b04262620489dbf4b4e3ae5e96c95f
treeab5547c08ccf47ea06df2dde037057cc30551169
parentbcbbce233bb3989673e099aace7a876d569d8d80
Fortran: In openmp.cc, uncomment unroll/tile lines of gfc_omp_directives

Enable unroll and tile for assume's contains/absent clauses as both
directives are implemented since r15-1037-g804c0f35a6b1d7.

gcc/fortran/ChangeLog:

* openmp.cc (gfc_omp_directives): Uncomment unroll and tile lines
as the directives are by now implemented.
gcc/fortran/openmp.cc