Displaying 2 results from an estimated 2 matches for "perl_find_runcv_where".
2020 May 15
2
Issues with new Attributor (replaceAllUses fails with type mismatch)
...NewCB (void) .
------------------------------------------------------------------------------------------------------------------------------------------------------------------
Sample situation 2:
Original code in IR -- %63 = tail call %struct.cv* bitcast (%struct.cv.231* (i8, i64, i32*)* @Perl_find_runcv_where to %struct.cv* (i8, i64, i32*)*)(i8 zeroext 1, i64 %62, i32* null) #14
Attribute info ---- attributes #14 = { nounwind }
Debug info:
OldCB --- %63 = tail call %struct.cv.231* @Perl_find_runcv_where(i8 zeroext 1, i64 %62) #14
NewCB ---%64 = tail call %struct.cv* bitcast (%struct.cv.231* (i8, i64,...
2020 May 15
2
Issues with new Attributor (replaceAllUses fails with type mismatch)
...------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>
> Sample situation 2:
>
> Original code in IR -- %63 = tail call %struct.cv* bitcast (%struct.cv.231* (i8, i64, i32*)* @Perl_find_runcv_where to %struct.cv* (i8, i64, i32*)*)(i8 zeroext 1, i64 %62, i32* null) #14
> Attribute info ---- attributes #14 = { nounwind }
>
> Debug info:
> OldCB --- %63 = tail call %struct.cv.231* @Perl_find_runcv_where(i8 zeroext 1, i64 %62) #14
> NewCB ---%64 = tail call %struct.cv* bitcast (%...