[PATCH] D42287: [GlobalISel][X86] Fixing failures after https://reviews.llvm.org/D37775

Alexander Ivchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 02:20:30 PST 2018


aivchenk added a comment.

Note that I used getRegSizeInBits from https://reviews.llvm.org/D37775 for convenience. Which means that we need to apply this patch afterwards and this could be undesirable due to failures.

Other option would be to split getRegSizeInBits from https://reviews.llvm.org/D37775, but I'm open to other suggestions


https://reviews.llvm.org/D42287





More information about the llvm-commits mailing list