This is an archive of the discontinued LLVM Phabricator instance.

[mips] Change lwl and lwr in inlineasm_constraint.ll to lw
ClosedPublic

Authored by dsanders on May 20 2014, 6:02 AM.

Details

Summary

lwl and lwr are not available in MIPS32r6/MIPS64r6. The purpose of the test
is to check that the '$1' expands to '0($x)' rather than to test something related
to the lwl or lwr instructions so we can simply switch to lw.

Depends on D3842

Diff Detail

Event Timeline

dsanders updated this revision to Diff 9615.May 20 2014, 6:02 AM
dsanders retitled this revision from to [mips] Change lwl and lwr in inlineasm_constraint.ll to lw.
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
vmedic accepted this revision.May 22 2014, 2:45 AM
vmedic edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 22 2014, 2:45 AM
dsanders updated this object.May 22 2014, 4:55 AM
dsanders edited edge metadata.
dsanders closed this revision.May 22 2014, 4:58 AM