Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect handle of bitcast instruction. #93

Open
Epeius opened this issue Dec 22, 2021 · 0 comments
Open

Incorrect handle of bitcast instruction. #93

Epeius opened this issue Dec 22, 2021 · 0 comments

Comments

@Epeius
Copy link

Epeius commented Dec 22, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant