OSDN Git Service

[RDF] Improve handling of inline-asm
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Thu, 28 Apr 2016 20:33:33 +0000 (20:33 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Thu, 28 Apr 2016 20:33:33 +0000 (20:33 +0000)
commit9f608022e3381080fcd2709f8a70ab7adf0c9b3d
tree3d372ea03904d7280af5c42aab44aaa9fe4f7f81
parent58c6e4e9b3e01789a6e1a5c169ceaa2130ab2eee
[RDF] Improve handling of inline-asm

- Keep implicit defs from inline-asm instructions.
- Treat register references from inline-asm as fixed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267936 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/RDFGraph.cpp
test/CodeGen/Hexagon/rdf-inline-asm-fixed.ll [new file with mode: 0644]
test/CodeGen/Hexagon/rdf-inline-asm.ll [new file with mode: 0644]