[PATCH] D51363: Add support for getRegisterByName.
Sid Manning via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 28 09:10:31 PDT 2018
sidneym created this revision.
sidneym added reviewers: kparzysz, bcain, adasgupt.
Support required to build the Hexagon Linux kernel.
Code like this:
register int r19 asm("r19");
int foo() {
return r19;
}
Repository:
rL LLVM
https://reviews.llvm.org/D51363
Files:
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.h
test/CodeGen/Hexagon/namedreg.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51363.162887.patch
Type: text/x-patch
Size: 4058 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180828/bf2fc96f/attachment.bin>
More information about the llvm-commits
mailing list