[PATCH] D46445: [SCEVAffinator] Fix handling of pwaff complexity limit.
    Michael Kruse via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May 10 07:26:15 PDT 2018
    
    
  
Meinersbur accepted this revision.
Meinersbur added inline comments.
================
Comment at: test/ScopInfo/pwaff-complexity-bailout.ll:1
+; RUN: opt %loadPolly -analyze -polly-scops -polly-process-unprofitable -pass-remarks-analysis=.* < %s 2>&1 | FileCheck %s
+
----------------
This interleaves stdout and stderr in an unpredictable manner.
`-polly-process-unprofitable` is already added by `%loadPolly`
Repository:
  rPLO Polly
https://reviews.llvm.org/D46445
    
    
More information about the llvm-commits
mailing list