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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 12:29:21 PDT 2023


arsenm added a comment.

The MIR is a standalone thing with rules on its own independent of the LiveIntervals. LiveIntervals is supposed to be a reflection of the MIR, it doesn't make sense to have restrictions on the MIR because of LiveIntervals. The implication there is some MIR which exists that's valid under -O0 but not with LiveIntervals suggests brokenness


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