[PATCH] D27562: CodeGen: Do not compute liveins when trackLivenessAfterRegalloc() is false

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 18:39:01 PST 2016


MatzeB added a comment.

I just realized that I only tested AArch64 for this. Most of the other targets run into the newly introduced assert :-( So this needs further work before it can land.


Repository:
  rL LLVM

https://reviews.llvm.org/D27562





More information about the llvm-commits mailing list