This is an archive of the discontinued LLVM Phabricator instance.

Streamline X86DAGToDAGISel::PostprocessISelDAG; NFC
AcceptedPublic

Authored by MatzeB on Mar 9 2022, 11:30 AM.

Details

Summary

Refactor X86DAGToDAGISel::PostprocessISelDAG to be a single switch over the opcode and calling into a separate function for each transformation.

Diff Detail

Event Timeline

MatzeB created this revision.Mar 9 2022, 11:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2022, 11:30 AM
MatzeB requested review of this revision.Mar 9 2022, 11:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2022, 11:30 AM
This revision is now accepted and ready to land.Mar 9 2022, 12:47 PM