This is an archive of the discontinued LLVM Phabricator instance.

Replace test instruction byte strings with {{.*}}
ClosedPublic

Authored by emaste on Nov 23 2016, 8:55 AM.

Details

Summary

D27042 will change some addresses and hence the instruction encodings. We care about the disassembled instructions, not their encodings.

Diff Detail

Repository
rL LLVM

Event Timeline

emaste updated this revision to Diff 79101.Nov 23 2016, 8:55 AM
emaste retitled this revision from to Replace test instruction byte strings with {{.*}}.
emaste updated this object.
emaste added reviewers: ruiu, rafael.
emaste added a subscriber: llvm-commits.
rafael accepted this revision.Nov 23 2016, 9:14 AM
rafael edited edge metadata.

LGTM. Thanks

This revision is now accepted and ready to land.Nov 23 2016, 9:14 AM
ruiu accepted this revision.Nov 23 2016, 9:16 AM
ruiu edited edge metadata.

LGTM

This revision was automatically updated to reflect the committed changes.