[PATCH] D111223: [GlobalISel] Pass RegBankSelect to applyMapping

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 6 07:40:44 PDT 2021


foad added a comment.

OK, so if applyMapping creates new instructions it either has to

1. set banks for the new instructions' operands as they are created, or
2. do //something// to make sure RegBankSelect visits the new instructions.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111223/new/

https://reviews.llvm.org/D111223



More information about the llvm-commits mailing list