This is an archive of the discontinued LLVM Phabricator instance.

[X86] Add missing entries in 'MemoryFoldTable2Addr' to get complete form of the table
ClosedPublic

Authored by aymanmus on Oct 3 2017, 6:13 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

aymanmus created this revision.Oct 3 2017, 6:13 AM
RKSimon edited edge metadata.Oct 3 2017, 8:32 AM

It'd be really great if we could get tests for more of this. We're really weak on non-SSE/AVX stack-folding tests for instance.

craig.topper edited edge metadata.Oct 4 2017, 3:58 PM

Most of this is NFC because we don't select any of these instructions during isel.

The only ones that might be a functional change are the ADC/SBB instructions.

This revision is now accepted and ready to land.Oct 6 2017, 3:43 PM
This revision was automatically updated to reflect the committed changes.