[all-commits] [llvm/llvm-project] cabe1b: [polly][NewPM][test] Fix polly tests under -enable...

aeubanks via All-commits all-commits at lists.llvm.org
Tue Jan 19 12:44:13 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cabe1b11243740d39c0b49c10a8ce86001b1011c
      https://github.com/llvm/llvm-project/commit/cabe1b11243740d39c0b49c10a8ce86001b1011c
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-01-19 (Tue, 19 Jan 2021)

  Changed paths:
    M llvm/tools/opt/opt.cpp
    M polly/test/ScopInfo/phi_not_grouped_at_top.ll

  Log Message:
  -----------
  [polly][NewPM][test] Fix polly tests under -enable-new-pm

In preparation for turning on opt's -enable-new-pm by default, this pins
uses of passes via the legacy "opt -passname" with pass names beginning
with "polly-" and "polyhedral-info" to the legacy PM. Many of these
tests use -analyze, which isn't supported in the new PM.

(This doesn't affect uses of "opt -passes=passname").

rL240766 accidentally removed `-polly-prepare` in
phi_not_grouped_at_top.ll, and it also doesn't use the output of
-analyze.

Reviewed By: Meinersbur

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




More information about the All-commits mailing list