[PATCH] D35688: More extendable LaneBitmask

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 09:29:45 PDT 2017


kparzysz created this revision.
Herald added subscribers: nhaehnle, arsenm, qcolombet.

This is in response to recent emails about extending the numbers of available lanes.  While that problem went away, this is a more generic approach than what we have at the moment.
I haven't tested it beyond "check-llvm".  I'm wondering what you think.


Repository:
  rL LLVM

https://reviews.llvm.org/D35688

Files:
  include/llvm/MC/LaneBitmask.h
  lib/CodeGen/MIRParser/MIParser.cpp
  lib/CodeGen/RegisterCoalescer.cpp
  lib/CodeGen/SplitKit.cpp
  lib/Target/AMDGPU/GCNRegPressure.cpp
  lib/Target/AMDGPU/SIRegisterInfo.cpp
  utils/TableGen/CodeGenRegisters.cpp
  utils/TableGen/RegisterInfoEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35688.107537.patch
Type: text/x-patch
Size: 13415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170720/3bf30bc7/attachment.bin>


More information about the llvm-commits mailing list