mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 09:14:23 +08:00
[test] Load Polly before using the polly flags
llvm-svn: 247551
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
; RUN: opt -polly-detect-unprofitable -polly-no-early-exit -polly-codegen %loadPolly < %s
|
||||
;
|
||||
; RUN: opt %loadPolly -polly-detect-unprofitable -polly-no-early-exit \
|
||||
; RUN: -polly-codegen -S < %s | FileCheck %s
|
||||
|
||||
; CHECK: polly.start
|
||||
|
||||
; void f(int *A) {
|
||||
; if (*A > 42)
|
||||
; *A = *A + 1;
|
||||
|
||||
Reference in New Issue
Block a user