brintos

brintos / llvm-project-archived public Read only

0
0
Text · 444 B · 5852f97 Raw
11 lines · plain
1; RUN: opt -mtriple=aarch64 -S -passes='default<O0>' -print-pipeline-passes < %s | FileCheck --check-prefix=O0 %s2; RUN: opt -mtriple=aarch64 -S -passes='default<O2>' -print-pipeline-passes < %s | FileCheck %s3 4; CHECK: loop-idiom-vectorize5; O0: {{^}}function(ee-instrument<>),always-inline,coro-cond(coro-early,cgscc(coro-split),coro-cleanup,globaldce),function(annotation-remarks),verify,print{{$}}6 7define void @foo() {8entry:9  ret void10}11