[PATCH] D19889: [SystemZ] Implement backchain attribute.
Marcin KoĆcielnicki via llvm-commits
llvm-commits at lists.llvm.org
Tue May 3 14:58:34 PDT 2016
koriakin created this revision.
koriakin added a reviewer: uweigand.
koriakin added a subscriber: llvm-commits.
koriakin set the repository for this revision to rL LLVM.
This introduces a SystemZ-specific "backchain" attribute on function, which
enables writing the frame backchain link as specified by the ABI. This will
be used to implement -mbackchain option in clang.
Repository:
rL LLVM
http://reviews.llvm.org/D19889
Files:
lib/Target/SystemZ/SystemZFrameLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
test/CodeGen/SystemZ/backchain.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19889.56067.patch
Type: text/x-patch
Size: 6271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160503/7d116fb8/attachment.bin>
More information about the llvm-commits
mailing list