[PATCH] D26111: AArch64: Schedule DeadRegisterDefinitionsPass before regalloc.

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 19:17:30 PDT 2016


MatzeB created this revision.
MatzeB added reviewers: t.p.northover, mcrosier, rengolin, jmolloy, qcolombet.
MatzeB added a subscriber: llvm-commits.
Herald added a subscriber: aemerson.

Doing this before register allocation reduces register pressure as we do
not even have to allocate a register for those dead definitions.

(Requires https://reviews.llvm.org/D26106 to avoid some accidental regressions).

I am running tests on the effects now and add a comment here.


https://reviews.llvm.org/D26111

Files:
  lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp
  lib/Target/AArch64/AArch64TargetMachine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26111.76287.patch
Type: text/x-patch
Size: 5983 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161029/3e42cf5c/attachment.bin>


More information about the llvm-commits mailing list