[PATCH] D27339: [globalisel][aarch64] Make getCopyMapping() take register banks ID's rather than IsGPR booleans

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 07:44:56 PST 2016


dsanders marked 2 inline comments as done.
dsanders added a comment.

Thanks. I've updated the patch



================
Comment at: lib/Target/AArch64/AArch64GenRegisterBankInfo.def:147
+  PMI_FirstGPR, // GPR
+  PMI_None,
+};
----------------
rovka wrote:
> Why is this last member needed? Isn't it invalid to access it in the first place?
This is a leftover from before I had the assertions on line 158-159. I'll remove it


https://reviews.llvm.org/D27339





More information about the llvm-commits mailing list