As per title. SETCCE is deprecated and will eventually be removed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 17767 Build 17767: arc lint + arc unit
Paths
| Differential D46512
[ARM] Add support for SETCCCARRY instead of SETCCE ClosedPublic Authored by deadalnix on May 6 2018, 6:57 PM.
Details Summary As per title. SETCCE is deprecated and will eventually be removed.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 8 2018, 2:21 PM Closed by commit rL331929: [ARM] Add support for SETCCCARRY instead of SETCCE (authored by deadalnix). · Explain WhyMay 9 2018, 3:19 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 145420 lib/Target/ARM/ARMISelLowering.cpp
|
Do we still need the Thumb1Only check here? I thought we fixed that. But I guess we can change that as a followup.