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

Bug of Regular Express matching Report For Preprocessing LLVM IR #24

Closed
Marvinmw opened this issue May 1, 2020 · 1 comment
Closed

Comments

@Marvinmw
Copy link

Marvinmw commented May 1, 2020

construct_struct_types_dictionary_for_file in inst2vec_preprocess.py cannot not handle the value in to_process, { i64, { i32, { x86_fp80 } }*, [7 x { i32, { x86_fp80 } }] }.
I try to fix it but the matching seems to complex? Could you help me?

@tbennun
Copy link
Collaborator

tbennun commented Jun 7, 2020

Well, it might have to do with the type x86_fp80. I do not think this was supported in LLVM 6.0, which we wrote the parser for. Perhaps a specific corner case is necessary?

@Marvinmw Marvinmw reopened this Jun 20, 2020
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

2 participants