Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D56016
[MSP430] Optimize 'shl x, 8[+ N] -> swpb(zext(x)) [<< N]' for i16 ClosedPublic Authored by krisb on Dec 21 2018, 11:33 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 9 2019, 5:04 AM Closed by commit rL350712: [MSP430] Optimize 'shl x, 8[+ N] -> swpb(zext(x)) [<< N]' for i16 (authored by asl). · Explain WhyJan 9 2019, 5:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 180820 llvm/trunk/lib/Target/MSP430/MSP430ISelLowering.cpp
llvm/trunk/test/CodeGen/MSP430/shifts.ll
|