[PATCH] D11463: [AArch64] Define subtarget feature "reserve-x18"
Akira Hatanaka
ahatanak at gmail.com
Thu Jul 23 15:26:54 PDT 2015
ahatanak updated this revision to Diff 30528.
ahatanak added a comment.
I noticed ReserveX18 wasn't being initialized in AArch64Subtarget. ReserveX18 is now initialized to false and becomes true only when subtarget feature "+reserve-x18" is passed. Sorry for the confusion.
http://reviews.llvm.org/D11463
Files:
lib/Target/AArch64/AArch64.td
lib/Target/AArch64/AArch64RegisterInfo.cpp
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
test/CodeGen/AArch64/arm64-platform-reg.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11463.30528.patch
Type: text/x-patch
Size: 4674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150723/88a5b293/attachment.bin>
More information about the llvm-commits
mailing list