[PATCH] D125079: [fastregalloc] Enhance the heuristics for liveout in self loop.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 13:01:52 PDT 2022


MatzeB added a comment.

> Only loosely relevant to this patch, but it seems sort of silly to me to do all this work to reconstruct information that we already had before PHIElimination.

Well the natural thing to do would be a liveness analysis, but I'm also not sure that is in the spirit of regalloc**fast**.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125079/new/

https://reviews.llvm.org/D125079



More information about the llvm-commits mailing list