This addresses a FIXME and avoids depending on an isel pattern match I think.
I'm trying to decide if we need SETCC_CARRY. This removes one of its usages.
Paths
| Differential D55355
[X86] Directly create ADC/SBB nodes instead of using ADD/SUB with (and SETCC_CARRY, 1) ClosedPublic Authored by craig.topper on Dec 5 2018, 11:34 PM.
Details Summary This addresses a FIXME and avoids depending on an isel pattern match I think. I'm trying to decide if we need SETCC_CARRY. This removes one of its usages.
Diff Detail
Event TimelineComment Actions
So the isel pattern is still required? Comment Actions LGTM - thanks. If you have concerns that the isel pattern is still used anywhere, I'm fine with it staying with a suitable FIXME comment. This revision is now accepted and ready to land.Dec 6 2018, 1:31 PM Closed by commit rL348536: [X86] Directly create ADC/SBB nodes instead of using ADD/SUB with (and… (authored by ctopper). · Explain WhyDec 6 2018, 2:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 176931 lib/Target/X86/X86ISelLowering.cpp
|