[PATCH] D54366: RegAllocFast: Add heuristic to detect values not live-out of a block

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


MatzeB created this revision.
MatzeB added reviewers: qcolombet, wmi, kparzysz, myatsina, javed.absar, arsenm.
Herald added subscribers: wdng, mcrosier.

Add an improved/new heuristic to catch more cases when values are not live out of a basic block.


Repository:
  rL LLVM

https://reviews.llvm.org/D54366

Files:
  lib/CodeGen/RegAllocFast.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54366.173471.patch
Type: text/x-patch
Size: 4196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181110/6384c363/attachment.bin>


More information about the llvm-commits mailing list