This is an archive of the discontinued LLVM Phabricator instance.

[sparc] Only support the 'm' inline assembly memory constraint. NFC.
ClosedPublic

Authored by dsanders on Mar 10 2015, 10:39 AM.

Details

Summary

SPARC doesn't seem to support any additional constraints. Therefore remove
the target hook.

No functional change intended. Depends on D8173.

Diff Detail

Repository
rL LLVM

Event Timeline

dsanders updated this revision to Diff 21603.Mar 10 2015, 10:39 AM
dsanders retitled this revision from to [sparc] Only support the 'm' inline assembly memory constraint. NFC..
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
dsanders added a reviewer: venkatra.
dsanders added a subscriber: Unknown Object (MLST).

Ping.

The main thing I'm looking for is for is for someone with knowledge of the target to say whether they're aware of any supported constraints that this patch doesn't cover.

venkatra edited edge metadata.Mar 18 2015, 9:59 PM

LGTM.

Thanks,
Venkat

This revision was automatically updated to reflect the committed changes.