This is an archive of the discontinued LLVM Phabricator instance.

[X86] Move the load folding tables to a separate .inc file
ClosedPublic

Authored by craig.topper on Feb 26 2018, 8:46 PM.

Details

Summary

These tables add 3000 lines to X86InstrInfo.cpp. And if we ever manage to auto generate them they'll be a separate file anyway.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.

Actually add the table file.

Harbormaster completed remote builds in B15459: Diff 136034.
RKSimon accepted this revision.Feb 27 2018, 2:54 AM

LGTM

This revision is now accepted and ready to land.Feb 27 2018, 2:54 AM
This revision was automatically updated to reflect the committed changes.