This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel][IRTranslator] Add special case support for ~memory inline asm clobber
ClosedPublic

Authored by aemerson on Feb 7 2020, 1:15 AM.

Details

Summary

This is a one off special case, since actually implementing full inline asm support will be much more involved. This special case lets us compile a lot more code as a common simple case.

Diff Detail

Event Timeline

aemerson created this revision.Feb 7 2020, 1:15 AM
arsenm added inline comments.Feb 7 2020, 6:45 AM
llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
1567

Missing } in comment

arsenm accepted this revision.Feb 7 2020, 6:48 AM
This revision is now accepted and ready to land.Feb 7 2020, 6:48 AM
This revision was automatically updated to reflect the committed changes.