Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for sharing. I did not manage to get it to crash with the patches removed though :(
Comment Actions
This must be super sensitive to something in the in-memory representation, since it doesn't even repro if I dump the IR and pass it back to the pass in question.
Comment Actions
Can you check whether it reproduces if you export the IR with --preserve-bc-uselistorder / --preserve-ll-uselistorder?