[PATCH] D151227: RFC: LiveIntervalCalc: Always split separate components

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 12:21:33 PDT 2023


qcolombet added a comment.

> Right, it does complain about the LiveIntervals, but I thought that indicated that the LiveIntervals were not computed correctly, not that the underlying MIR was malformed.

Fair point. I guess we're back to your original question: can the compiler actually produce this kind of MIR that happens to be ill-formed for LiveIntervals computation?

I don't believe it can, but if fixing that makes our life easier (e.g., by unblocking some `llvm-reduce` workflow) without noticeable compile time impact, I think we should do it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151227



More information about the llvm-commits mailing list