[llvm] [LLVM][AArch64][CodeGen] Mark FFR as a reserved register. (PR #83437)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 4 01:31:49 PST 2024
davemgreen wrote:
> One thing I wondered was why the scheduling has slightly changed. Is one of the regexes perhaps missing a `$` at the end causing it to match more than it should?
Could it be that the old psuedos were not getting the scheduling info they should have had? (Removing side-effects might have helped too).
Removing excessive pseudos is often a great thing to help in general, but specifically can help simplify scheduling models.
https://github.com/llvm/llvm-project/pull/83437
More information about the llvm-commits
mailing list