[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / Hexagon / bit-loop-rc-mismatch.ll
blob351091095651b142a99cbaa604390b7433aa1834
1 ; RUN: llc -march=hexagon < %s
2 ; REQUIRES: asserts
4 target datalayout = "e-m:e-p:32:32:32-a:0-n16:32-i64:64:64-i32:32:32-i16:16:16-i1:8:8-f32:32:32-f64:64:64-v32:32:32-v64:64:64-v512:512:512-v1024:1024:1024-v2048:2048:2048"
5 target triple = "hexagon"
7 define weak_odr hidden i32 @fred(ptr %this, ptr nocapture readonly dereferenceable(4) %__k) #0 align 2 {
8 entry:
9   %call = tail call i64 @danny(ptr %this, ptr nonnull dereferenceable(4) %__k) #2
10   %__p.sroa.0.0.extract.trunc = trunc i64 %call to i32
11   br i1 undef, label %for.end, label %for.body
13 for.body:                                         ; preds = %for.body, %entry
14   %__p.sroa.0.018 = phi i32 [ %call8, %for.body ], [ %__p.sroa.0.0.extract.trunc, %entry ]
15   %call8 = tail call i32 @sammy(ptr %this, i32 %__p.sroa.0.018) #2
16   %0 = inttoptr i32 %call8 to ptr
17   %lnot.i = icmp eq ptr %0, undef
18   br i1 %lnot.i, label %for.end, label %for.body
20 for.end:                                          ; preds = %for.body, %entry
21   ret i32 0
24 declare hidden i64 @danny(ptr, ptr nocapture readonly dereferenceable(4)) #1 align 2
25 declare hidden i32 @sammy(ptr nocapture, i32) #0 align 2
27 attributes #0 = { nounwind optsize "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="hexagonv60" "target-features"="+hvx,+hvx-length64b" "unsafe-fp-math"="false" "use-soft-float"="false" }
28 attributes #1 = { nounwind optsize readonly "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="hexagonv60" "target-features"="+hvx,+hvx-length64b" "unsafe-fp-math"="false" "use-soft-float"="false" }
29 attributes #2 = { optsize }