[PATCH] D93423: [GlobalISel] Use slot indexes to speed up huge block compile time

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 15:44:07 PST 2020


aemerson added a comment.

In D93423#2459004 <https://reviews.llvm.org/D93423#2459004>, @aditya_nandakumar wrote:

> If slot indexes are preserved and used in other passes that use CSE, do you think the compile time impact is amortized/minimized?

It's possible it would help a bit. I think the localizer may also benefit from this. I don't see it making a big difference either way though in most code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93423



More information about the llvm-commits mailing list