[PATCH] D124168: DeadMachineInstructionElim: Switch to using LiveRegUnits
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 12 09:28:21 PDT 2022
nikic added a comment.
> Theoretically improves compile time for targets with many overlapping registers
In practice, this is a major compile time regression instead: http://llvm-compile-time-tracker.com/compare.php?from=6c44a7179f1747ec38d580e6b50bde98555ad811&to=b5041527c75de2f409aa9e2e6deba12b17834c59&stat=instructions
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124168/new/
https://reviews.llvm.org/D124168
More information about the llvm-commits
mailing list