search for: x_body

Displaying 1 result from an estimated 1 matches for "x_body".

2014 Dec 26
3
[LLVMdev] Correct usage of `llvm.assume` for loop vectorization alignment?
..., 31 %8 = icmp eq i64 %7, 0 tail call void @llvm.assume(i1 %8) %9 = getelementptr inbounds %u8XY* %0, i64 0, i32 6, i64 0 %10 = ptrtoint i8* %9 to i64 %11 = and i64 %10, 31 %12 = icmp eq i64 %11, 0 tail call void @llvm.assume(i1 %12) %13 = mul nuw nsw i64 %4, %dst_y_step br label %x_body x_body: ; preds = %x_body, %entry %y = phi i64 [ 0, %entry ], [ %y_increment, %x_body ] %14 = getelementptr %u8XY* %0, i64 0, i32 6, i64 %y %15 = load i8* %14, align 1, !llvm.mem.parallel_loop_access !1 %.lobit = lshr i8 %15, 7 %16 = getelementpt...