This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG][X86][SystemZ] Add a generic nonvolatile_store/nonvolatile_load pattern fragment in TargetSelectionDAG.td
ClosedPublic

Authored by craig.topper on Aug 6 2018, 1:43 PM.

Details

Summary

X86 recently gained a nonvolatile_store pattern fragment. SystemZ already had one. This seems generic enough that we should have one global version that both targets can use.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Aug 6 2018, 1:43 PM
uweigand accepted this revision.Aug 7 2018, 4:27 AM

LGTM as well.

This revision is now accepted and ready to land.Aug 7 2018, 4:27 AM
This revision was automatically updated to reflect the committed changes.