Support required to build the Hexagon Linux kernel.
Code like this:
register int r19 asm("r19");
int foo() {
return r19;
}
Paths
| Differential D51363
Add support for getRegisterByName. ClosedPublic Authored by sidneym on Aug 28 2018, 9:10 AM.
Details Summary Support required to build the Hexagon Linux kernel. return r19; }
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 28 2018, 11:49 AM Closed by commit rL341238: [Hexagon] Add support for getRegisterByName. (authored by sidneym). · Explain WhyAug 31 2018, 12:09 PM This revision was automatically updated to reflect the committed changes. This revision is now accepted and ready to land.Sep 4 2018, 8:43 AM Closed by commit rL341658: Add support for getRegisterByName. (authored by sidneym). · Explain WhySep 7 2018, 6:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 162887 lib/Target/Hexagon/HexagonISelLowering.h
lib/Target/Hexagon/HexagonISelLowering.cpp
test/CodeGen/Hexagon/namedreg.ll
|