This is an archive of the discontinued LLVM Phabricator instance.

[X86] Improve Load-Op-Store fusion.
AbandonedPublic

Authored by niravd on Jan 24 2018, 1:58 PM.

Details

Summary

Improve X86's load-op-store fusion cycle creation check.

Extracted from D41293.

Diff Detail

Event Timeline

niravd created this revision.Jan 24 2018, 1:58 PM
craig.topper added inline comments.Jan 26 2018, 11:18 AM
llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
2130

Make this 'const'?

niravd abandoned this revision.Feb 9 2018, 7:43 PM

Already commited in rL324359