Detect scalar ISD::ZERO_EXTEND generated by memcmp lowering and convert it to ISD::INSERT_SUBVECTOR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D69464
[X86] Fix 48/96 byte memcmp code gen ClosedPublic Authored by davezarzycki on Oct 26 2019, 11:40 AM.
Details
Summary Detect scalar ISD::ZERO_EXTEND generated by memcmp lowering and convert it to ISD::INSERT_SUBVECTOR.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 27 2019, 8:50 PM
Revision Contents
Diff 226545 lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/memcmp.ll
|