[PATCH] D146057: [CodeGen] Speedup stack slot sharing during stack coloring (interval overlapping test).

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 10:05:06 PDT 2023


MatzeB added a comment.

Hmm the main RAGreedy allocator is using the `LiveRegMatrix` and within that the `LiveIntervalUnion` classes to keep things performant. Maybe we can use those here too? In principle they should have even better runtime behavior than merging here...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146057



More information about the llvm-commits mailing list