Displaying 1 result from an estimated 1 matches for "gather_bitcast".
2012 Jan 02
0
[LLVMdev] Transforming wide integer computations back to vector computations
...ET, float* nocapture %aFOO, float %b) nounwind {
for_exit:
%x = alloca i64, align 16
%tmpcast = bitcast i64* %x to [8 x i8]*
store i64 -1, i64* %x, align 16
%ptr_cast_for_load = bitcast float* %aFOO to <4 x i32>*
%masked_load202 = load <4 x i32>* %ptr_cast_for_load, align 4
%gather_bitcast = bitcast <4 x i32> %masked_load202 to <4 x float>
%float2uint = fptoui <4 x float> %gather_bitcast to <4 x i8>
%ptr190 = getelementptr [8 x i8]* %tmpcast, i64 0, i64 2
%ptrcast = bitcast i8* %ptr190 to <4 x i8>*
store <4 x i8> %float2uint, <4 x i8>...