Remove the (dead) option for X86 memset to copy ualigned bytes with a second REPMOVS. It's not efficient to copy <8 bytes with this instruction anyway.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D32283
[X86] Remove dead code. ClosedPublic Authored by courbet on Apr 20 2017, 2:45 AM.
Details
Summary Remove the (dead) option for X86 memset to copy ualigned bytes with a second REPMOVS. It's not efficient to copy <8 bytes with this instruction anyway.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Apr 20 2017, 8:54 AM
Revision Contents
Diff 95912 lib/Target/X86/X86SelectionDAGInfo.cpp
|