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

Instruction does not dominate all uses! message #1057

Open
LucianF777 opened this issue Nov 1, 2024 · 2 comments
Open

Instruction does not dominate all uses! message #1057

LucianF777 opened this issue Nov 1, 2024 · 2 comments

Comments

@LucianF777
Copy link

Hi!

I got an error like this:

[info] Applying mutations (threads: 1)
[################################] 258/258. Finished in 22ms
[error] Uh oh! Mull corrupted LLVM module.
Please, add the following lines:
debug:
slowIRVerification: true
to the config file (/home/blabla/my_c_test/mull.yml) and re-run the failing command.

Otherwise, report the following error message here https://github.com/mull-project/mull/issues
Underlying error message:
Instruction does not dominate all uses!
%10 = icmp eq i32 %9, 0, !dbg !1411
%13 = phi i1 [ %10, %11 ], [ %10, %7 ], !dbg !1412

[error] Error messages are treated as fatal errors. Exiting now.
Ubuntu clang version 12.0.1-19ubuntu3
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/11
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/11
Selected GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/11
Candidate multilib: .;@m64
Selected multilib: .;@m64

Any help is more than appreciated!

Thank you in advance!

@AlexDenisov
Copy link
Member

Hi @LucianF777, thank you for the report. The error message gives me some hints on where things go wrong, but if you can add

debug:
  slowIRVerification: true

to the config and share a more detailed error message, it would be very helpful as well.

@correaa
Copy link

correaa commented Dec 25, 2024

related #1077

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

3 participants