[PATCH] D117184: Fix failing assertion in SimplifyCFG.cpp as icmp gep fold to constant expression [NFC]
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 13 14:29:25 PST 2022
nikic added a comment.
In D117184#3241313 <https://reviews.llvm.org/D117184#3241313>, @pvellien wrote:
> hi @nikic I tired both bugpoint and llvm-reduce both of them, failed to reduce the issue. It would be very much helpful to know how to proceed further. I'm new to the llvm middle-end, I could really use some help here.
> If it will be helpful I will share the complete IR module which fails at assert.
Sure, if you can provide the complete IR I can try running the reduction on my side.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117184/new/
https://reviews.llvm.org/D117184
More information about the llvm-commits
mailing list