[PATCH] D93394: CodeGen: Move function to get subregister indexes to cover a LaneMask

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 05:57:28 PST 2020


arsenm created this revision.
arsenm added reviewers: qcolombet, foad.
Herald added subscribers: arphaman, hiraditya.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

Return the best covering index, and additional needed to complete the
mask. This logically belongs in TargetRegisterInfo, although I ended
up not needing it for why I originally split this out.


https://reviews.llvm.org/D93394

Files:
  llvm/include/llvm/CodeGen/TargetRegisterInfo.h
  llvm/lib/CodeGen/SplitKit.cpp
  llvm/lib/CodeGen/TargetRegisterInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93394.312191.patch
Type: text/x-patch
Size: 6559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201216/adeee8f9/attachment.bin>


More information about the llvm-commits mailing list