brintos

brintos / llvm-project-archived public Read only

0
0
Text · 471 B · b018707 Raw
14 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py2; RUN: opt -passes='print<scalar-evolution>' < %s -disable-output 2>&1 | FileCheck %s3 4define i32 @basic(i32 %x, i32 %y) {5; CHECK-LABEL: 'basic'6; CHECK-NEXT:  Classifying expressions for: @basic7; CHECK-NEXT:    %r = add i32 %x, %y8; CHECK-NEXT:    --> (%x + %y) U: full-set S: full-set9; CHECK-NEXT:  Determining loop execution counts for: @basic10;11  %r = add i32 %x, %y12  ret i32 %r13}14