rust-lang/rust#152724
The original issue reported there was an incorrect result by Enzyme in debug mode.
I tried to help minimizing but encountered a case where Enzyme creates a segfaulting binary instead:
segfault_causing.ll.txt
Here's a an automatically significantly reduced version. It still prints wrong results and then segfaults, but llvm-reduce could have introduced it's own issues:
reduced.ll.txt
rust-lang/rust#152724
The original issue reported there was an incorrect result by Enzyme in debug mode.
I tried to help minimizing but encountered a case where Enzyme creates a segfaulting binary instead:
segfault_causing.ll.txt
Here's a an automatically significantly reduced version. It still prints wrong results and then segfaults, but llvm-reduce could have introduced it's own issues:
reduced.ll.txt