[PATCH] D63173: RegBankSelect: Remove checks for invalid mappings
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 15:35:17 PDT 2019
qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.
LGTM.
Nitpicks below.
================
Comment at: include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h:214
///
/// \pre ID != InvalidMappingID
InstructionMapping(unsigned ID, unsigned Cost,
----------------
We'll need to update this comment as well.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63173/new/
https://reviews.llvm.org/D63173
More information about the llvm-commits
mailing list