This is an archive of the discontinued LLVM Phabricator instance.

Make each target map all inline assembly memory constraints to InlineAsm::Constraint_m. NFC.
ClosedPublic

Authored by dsanders on Mar 9 2015, 9:33 AM.

Details

Summary

This is instead of doing this in target independent code and is the last
non-functional change before targets begin to distinguish between
different memory constraints when selecting code for the ISD::INLINEASM
node.

Next, each target will individually move away from the idea that all
memory constraints behave like 'm'.

Depends on D8171.

Diff Detail

Repository
rL LLVM

Event Timeline

dsanders updated this revision to Diff 21492.Mar 9 2015, 9:33 AM
dsanders retitled this revision from to Make each target map all inline assembly memory constraints to InlineAsm::Constraint_m. NFC..
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
dsanders added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.