In D35192, I accidentally introduced a typo when creating ISD::SUB nodes, giving them two values instead of one.
This fails when the merge_values combiner finds one of these nodes.
Paths
| Differential D37690
[ARM] Fix typo when creating ISD::SUB nodes ClosedPublic Authored by rogfer01 on Sep 11 2017, 7:45 AM.
Details Summary In D35192, I accidentally introduced a typo when creating ISD::SUB nodes, giving them two values instead of one. This fails when the merge_values combiner finds one of these nodes.
Diff Detail
Event TimelineHerald added subscribers: kristof.beyls, javed.absar, aemerson. · View Herald TranscriptSep 11 2017, 7:45 AM This revision is now accepted and ready to land.Sep 11 2017, 12:08 PM Closed by commit rL313010: [ARM] Fix typo when creating ISD::SUB nodes (authored by rogfer01). · Explain WhySep 12 2017, 12:43 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 114770 llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
|