This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen][NFC] Add tests for heterogeneous types in MergeConsecutiveStores
ClosedPublic

Authored by courbet on Sep 28 2018, 1:54 AM.

Diff Detail

Event Timeline

courbet created this revision.Sep 28 2018, 1:54 AM
This revision is now accepted and ready to land.Sep 28 2018, 11:58 AM
RKSimon added inline comments.
test/CodeGen/X86/MergeConsecutiveStores.ll
898

What happened to this check line's operands?

courbet marked an inline comment as done.Sep 30 2018, 11:25 PM

Thanks.

test/CodeGen/X86/MergeConsecutiveStores.ll
898

I originally wrote them by hand and forgot to run utils/update_llc_test_checks.py afterwards. Done.

courbet updated this revision to Diff 167674.Oct 1 2018, 12:11 AM
courbet marked an inline comment as done.

re-generate test files with update_llc_test_checks

This revision was automatically updated to reflect the committed changes.