[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 05:50:59 PST 2020
ehjogab updated this revision to Diff 307321.
ehjogab added a comment.
Rewrote code to make use of applyMapping(). Now fast, greedy, and global version
all use the same code for enforcing the selection of instruction mappings.
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.307321.patch
Type: text/x-patch
Size: 32140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201124/b5d16b75/attachment.bin>
More information about the llvm-commits
mailing list