[all-commits] [llvm/llvm-project] 3dcb53: [Polly] Remove use of -O3 in regression test.

Michael Kruse via All-commits all-commits at lists.llvm.org
Tue Feb 9 16:14:39 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3dcb535115e48a90886ed6cf275bd3eea14e354f
      https://github.com/llvm/llvm-project/commit/3dcb535115e48a90886ed6cf275bd3eea14e354f
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    M polly/include/polly/CodeGen/PPCGCodeGeneration.h
    M polly/lib/CodeGen/PPCGCodeGeneration.cpp
    M polly/lib/Support/RegisterPasses.cpp
    M polly/test/GPGPU/spir-typesize.ll

  Log Message:
  -----------
  [Polly] Remove use of -O3 in regression test.

In addition to that regression tests should not test the intire pass
pipeline (unless they are testing the pipeline itself), the Polly-ACC
currently does not support the new pass manager. If enabled by default,
such tests will therefore fail.

Use the -polly-gpu-runtime and -polly-gpu-arch options also as default
values for the PPCGCodeGeneration pass. This requires to move the option
to be moved from the pipeline-building Register passes to the
PPCGCodeGeneration implementation.

Fixes the spir-typesize.ll buildbot fail.




More information about the All-commits mailing list