Shift-left (ISD::SHL) operation crashes on "DAG Legalization" phase.
https://llvm.org/bugs/show_bug.cgi?id=29058.
While node legalization we tried to legalize its operands. If an operand node is replaced during legalization it may kill the user.
Differential D24244
SHL instruction crash in CodeGen - Fixed
delena on Sep 6 2016, 1:51 AM. Authored by
Details Shift-left (ISD::SHL) operation crashes on "DAG Legalization" phase. While node legalization we tried to legalize its operands. If an operand node is replaced during legalization it may kill the user.
Diff Detail
Event TimelineComment Actions Any chance that the test case can be simplified (i.e. de-bugpointified) a little?
Comment Actions I did my best. I worked hard after the bugpoint gave up.
Comment Actions LGTM with a few minors
|