[GlobalISel][IRTranslator] Add special case support for ~memory inline asm clobber.
authorAmara Emerson <aemerson@apple.com>
Fri, 7 Feb 2020 09:07:57 +0000 (01:07 -0800)
committerAmara Emerson <aemerson@apple.com>
Fri, 7 Feb 2020 16:55:23 +0000 (08:55 -0800)
commit28d22c2c9c3199c60ba8ff0a06d06a6ff70b609d
tree2065e71cfdf94c06653993cdfd47e5533e7cda11
parent1ff411295f92cddfce21521594d58cf407a15189
[GlobalISel][IRTranslator] Add special case support for ~memory inline asm clobber.

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

Differential Revision: https://reviews.llvm.org/D74201
llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
llvm/test/CodeGen/AArch64/GlobalISel/translate-inline-asm.ll [new file with mode: 0644]