This is an archive of the discontinued LLVM Phabricator instance.

[mips] Use addiu in inline assembly tests since addi is not available in all ISA's
ClosedPublic

Authored by dsanders on May 20 2014, 5:59 AM.

Details

Summary

This patch is necessary so that they do not fail on MIPS32r6/MIPS64r6 when
-integrated-as is enabled by default and we correctly detect the host CPU.

No functional change since these tests are testing the behaviour of the
constraint used for the third operand rather than the mnemonic.

Depends on D3842

Diff Detail

Event Timeline

dsanders updated this revision to Diff 9614.May 20 2014, 5:59 AM
dsanders retitled this revision from to [mips] Use addiu in inline assembly tests since addi is not available in all ISA's.
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 closed this revision.May 22 2014, 4:54 AM