You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
As discussed in the issue #56 , symcc aborts when executing visitBitCastInst and reports Unhandled non-pointer bit cast. I print the corresponding bitcast instruction and got %409 = bitcast <2 x i64> %408 to <4 x i32>.
For reproducing this issue, I attached the target program openjpeg.zip. The reproduce steps are:
unzip openjpeg.zip
cd openjpeg-*/
mkdir install
cd install
CC=/path/to/symcc cmake ..
The function in openjpeg that triggers this issue is opj_dwt_encode_and_deinterleave_v.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
As discussed in the issue #56 , symcc aborts when executing
visitBitCastInst
and reportsUnhandled non-pointer bit cast
. I print the corresponding bitcast instruction and got%409 = bitcast <2 x i64> %408 to <4 x i32>
.For reproducing this issue, I attached the target program openjpeg.zip. The reproduce steps are:
The function in openjpeg that triggers this issue is
opj_dwt_encode_and_deinterleave_v
.Thanks!
The text was updated successfully, but these errors were encountered: