[PATCH] D90304: [GlobalISel] Introduce global variant of regbankselect

Gabriel Hjort Ã…kerlund via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 07:00:48 PST 2020


ehjogab updated this revision to Diff 307343.
ehjogab added a comment.

- Improved selection: Now choosing the mapping with the highest utility instead of lowest cost, which should direct optimization towards blocks with high frequency.
- Reduce vector copying.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90304

Files:
  llvm/include/llvm/CodeGen/GlobalISel/RegBankSelect.h
  llvm/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
  llvm/include/llvm/CodeGen/MachineOperand.h
  llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
  llvm/lib/CodeGen/GlobalISel/RegisterBankInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90304.307343.patch
Type: text/x-patch
Size: 31514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201124/90cb34da/attachment.bin>


More information about the llvm-commits mailing list