This is an archive of the discontinued LLVM Phabricator instance.

[mips] .word and .dword are not the same as .4byte and .8byte
AcceptedPublic

Authored by dsanders on Jul 18 2014, 9:10 AM.

Details

Reviewers
vmedic
Summary

.word and .dword emit naturally aligned data whereas .4byte and .8byte
emit unaligned data.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 11642.Jul 18 2014, 9:10 AM
dsanders retitled this revision from to [mips] .word and .dword are not the same as .4byte and .8byte.
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
dsanders added a reviewer: vmedic.
dsanders added a subscriber: Unknown Object (MLST).
vmedic accepted this revision.Oct 6 2014, 5:05 AM
vmedic edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 6 2014, 5:05 AM

Looks like patch was not committed.