[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git] / llvm / test / CodeGen / Mips / cmplarge.ll
bloba64983dfed023378aeb5ac2d95fa1202efe6bd8f
1 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=cmp16
3 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-n32-S64"
4 target triple = "mipsel--linux-gnu"
6 %struct.StorablePicture = type { i32, i32, i32, i32 }
10 define void @getSubImagesLuma(ptr nocapture %s) #0 {
11 entry:
12   %size_y = getelementptr inbounds %struct.StorablePicture, ptr %s, i32 0, i32 1
13   %0 = load i32, ptr %size_y, align 4
14   %sub = add nsw i32 %0, -1
15   %add5 = add nsw i32 %0, 20
16   %cmp6 = icmp sgt i32 %add5, -20
17   br i1 %cmp6, label %for.body, label %for.end
19 for.body:                                         ; preds = %entry, %for.body
20   %j.07 = phi i32 [ %inc, %for.body ], [ -20, %entry ]
21   %call = tail call i32 @iClip3(i32 0, i32 %sub, i32 %j.07) #2
22   %inc = add nsw i32 %j.07, 1
23   %1 = load i32, ptr %size_y, align 4
24   %add = add nsw i32 %1, 20
25   %cmp = icmp slt i32 %inc, %add
26   br i1 %cmp, label %for.body, label %for.end
28 for.end:                                          ; preds = %for.body, %entry
29   ret void
32 ; cmp16:        .ent    getSubImagesLuma
33 ; cmp16:        .end    getSubImagesLuma
34 declare i32 @iClip3(...) #1
36 attributes #0 = { nounwind "less-precise-fpmad"="false" "frame-pointer"="non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
37 attributes #1 = { "less-precise-fpmad"="false" "frame-pointer"="non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
38 attributes #2 = { nounwind }