[all-commits] [llvm/llvm-project] 4dded1: [Polly] Add -polly-isl-arg command line option.

Michael Kruse via All-commits all-commits at lists.llvm.org
Mon Apr 6 06:57:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4dded1a7cb7cdc4a21a0b092ad3380e7ccae27b2
      https://github.com/llvm/llvm-project/commit/4dded1a7cb7cdc4a21a0b092ad3380e7ccae27b2
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

  Changed paths:
    M polly/docs/ReleaseNotes.rst
    M polly/lib/Analysis/ScopInfo.cpp
    A polly/test/Isl/isl-args.ll

  Log Message:
  -----------
  [Polly] Add -polly-isl-arg command line option.

The option is passed as argv to ISL's command line option parser.

Polly's own own command line options take precedence over options passed
as `-polly-isl-arg`. For instance,
`-polly-isl-arg=--schedule-outer-coincidence` will be ignored in favor
of `-polly-opt-outer-coincidence`.

Reviewed By: grosser

Differential Revision: https://reviews.llvm.org/D77303




More information about the All-commits mailing list