[PATCH] D54368: RegAllocFast: Record internal state based on register units

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 9 16:37:57 PST 2018


MatzeB created this revision.
MatzeB added reviewers: qcolombet, wmi.
Herald added subscribers: llvm-commits, mcrosier.

Record internal state based on register units. This is often more
efficient as there is typically less register units to update compared
to iterating over all the aliases of a register.


Repository:
  rL LLVM

https://reviews.llvm.org/D54368

Files:
  lib/CodeGen/RegAllocFast.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54368.173473.patch
Type: text/x-patch
Size: 12247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181110/9577f32a/attachment.bin>


More information about the llvm-commits mailing list