summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/GlobalISel/inline-asm.ll
Commit message (Collapse)AuthorAgeFilesLines
* GlobalISel: support trivial inlineasm calls.Tim Northover2017-03-091-2/+2
| | | | | | They're used for nefarious purposes by ObjC. llvm-svn: 297422
* AArch64: fall back to DAG ISel for inline assembly.Tim Northover2017-01-191-0/+10
We can't currently handle "calls" to inlineasm strings so it's better to let the DAG handle it than generate rubbish. llvm-svn: 292540
OpenPOWER on IntegriCloud