[all-commits] [llvm/llvm-project] 19db33: [Polly] Remove support for code generated by gfort...

Michael Kruse via All-commits all-commits at lists.llvm.org
Thu Oct 14 12:13:18 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 19db33c06e7e7b5991f8f4b22d3bd7651b1f854d
      https://github.com/llvm/llvm-project/commit/19db33c06e7e7b5991f8f4b22d3bd7651b1f854d
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2021-10-14 (Thu, 14 Oct 2021)

  Changed paths:
    M polly/docs/ReleaseNotes.rst
    M polly/include/polly/CodeGen/IslNodeBuilder.h
    M polly/include/polly/LinkAllPasses.h
    R polly/include/polly/RewriteByReferenceParameters.h
    M polly/include/polly/ScopBuilder.h
    M polly/include/polly/ScopInfo.h
    M polly/lib/Analysis/ScopBuilder.cpp
    M polly/lib/Analysis/ScopInfo.cpp
    M polly/lib/CMakeLists.txt
    M polly/lib/CodeGen/IslNodeBuilder.cpp
    M polly/lib/Support/RegisterPasses.cpp
    M polly/lib/Transform/Canonicalization.cpp
    R polly/lib/Transform/RewriteByReferenceParameters.cpp
    R polly/test/CodeGen/fortran_array_runtime_size_generation.ll
    R polly/test/GPGPU/check-unused-fortran-array-size-param-offloaded-to-kernel.ll
    R polly/test/RewriteByReferenceParameters/fortran_io.ll
    R polly/test/ScopInfo/fortran_array_global_malloc_nonvectored.ll
    R polly/test/ScopInfo/fortran_array_global_nonmalloc_nonvectored.ll
    R polly/test/ScopInfo/fortran_array_param_nonmalloc_nonvectored.ll
    R polly/test/ScopInfo/fortran_array_param_nonmalloc_nonvectored_read_and_write.ll

  Log Message:
  -----------
  [Polly] Remove support for code generated by gfortran+DragonEgg.

DragonEgg is not maintained anymore, hence there is no need for this
functionality.

Fixes llvm.org/PR52173




More information about the All-commits mailing list