[PATCH] D55988: WIP: RegBankSelect: Support some more complex part mappings

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 24 03:26:55 PST 2018


arsenm updated this revision to Diff 179463.
arsenm added a comment.

Cleanup a bit, fix greedy, and support vectors.

I have a few more partial patches to support preserving the original vector types (which I might have use for) and for irregularly sized breakdowns (which I don't). Introducing more instructions makes the current handling for multiple insert points more complicated (and there are no tests in tree which actually hit this, so I still don't understand what it would mean)


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

https://reviews.llvm.org/D55988

Files:
  include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
  lib/CodeGen/GlobalISel/RegBankSelect.cpp
  lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def
  lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  lib/Target/AMDGPU/AMDGPURegisterBankInfo.h
  test/CodeGen/AMDGPU/GlobalISel/regbankselect-and.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55988.179463.patch
Type: text/x-patch
Size: 32483 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181224/d94025b1/attachment.bin>


More information about the llvm-commits mailing list