Instead of passing around sizes and asking for subregs, we can check the subreg indices we really care about: sub_8bit_hi and sub_8bit. WDYT?
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D20006
[X86] Simplify FixupBW sub_8bit_hi-related logic. NFC. ClosedPublic Authored by ab on May 5 2016, 6:05 PM.
Details Summary Instead of passing around sizes and asking for subregs, we can check the subreg indices we really care about: sub_8bit_hi and sub_8bit. WDYT?
Diff Detail
Event Timelineab updated this object. kbsmith1 edited edge metadata. Comment ActionsNice changes. I think those greatly improve the readability. This revision is now accepted and ready to land.May 6 2016, 9:11 AM Closed by commit rL268753: [X86] Simplify FixupBW sub_8bit_hi-related logic. NFC. (authored by ab). · Explain WhyMay 6 2016, 10:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 56433 llvm/trunk/lib/Target/X86/X86FixupBWInsts.cpp
|