This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Add test case for load-insert-store pattern in InstCombine
ClosedPublic

Authored by qiucf on Dec 25 2019, 11:08 PM.

Details

Summary

This revision is prerequisite for https://reviews.llvm.org/D71828, necessary tests are provided to show if there is regression.

Diff Detail

Event Timeline

qiucf created this revision.Dec 25 2019, 11:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 25 2019, 11:08 PM
qiucf updated this revision to Diff 235550.Dec 29 2019, 11:12 PM

Update test case to reflect new points in main patch.

steven.zhang accepted this revision.Dec 29 2019, 11:49 PM
steven.zhang added a subscriber: steven.zhang.

I think, you don't need to post phabricator review for adding tests, except that, you are not confident on the way how it is wrote. LGTM.

This revision is now accepted and ready to land.Dec 29 2019, 11:49 PM
This revision was automatically updated to reflect the committed changes.