[PATCH] D27809: [globalisel] Move as much RegisterBank initialization to the constructor as possible
Daniel Sanders via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 06:54:05 PST 2016
dsanders updated this revision to Diff 81945.
dsanders marked 3 inline comments as done.
dsanders added a comment.
Fix incomplete comment.
Add comment about finishInit()
Check getRegBank() works before relying on it to finish initialisation().
https://reviews.llvm.org/D27809
Files:
include/llvm/CodeGen/GlobalISel/RegisterBank.h
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
lib/CodeGen/GlobalISel/RegisterBank.cpp
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
lib/Target/AArch64/AArch64GenRegisterBankInfo.def
lib/Target/AArch64/AArch64RegisterBankInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27809.81945.patch
Type: text/x-patch
Size: 6781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161219/2215bd36/attachment-0001.bin>
More information about the llvm-commits
mailing list