Displaying 1 result from an estimated 1 matches for "p0v8f32".
Did you mean:
p0f32
2018 Sep 25
2
Unsafe floating point operation (FDiv & FRem) in LoopVectorizer
..., <8 x float>* %1, align 4, !tbaa !2, !alias.scope !6
%2 = fcmp ogt <8 x float> %wide.load, %broadcast.splat30
%3 = getelementptr inbounds float, float* %B, i64 %index
%4 = bitcast float* %3 to <8 x float>*
%wide.masked.load = call <8 x float> @llvm.masked.load.v8f32.p0v8f32(<8 x float>* %4, i32 4, <8 x i1> %2, <8 x float> undef), !tbaa !2, !alias.scope !9
%5 = fdiv <8 x float> %wide.masked.load, %wide.load
%6 = getelementptr inbounds float, float* %A, i64 %index
%7 = bitcast float* %6 to <8 x float>*
call void @llvm.masked.store.v...