[llvm] [CodeGen][MISched] Handle empty sized resource usage. (PR #75951)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 15 08:59:30 PST 2024
michaelmaitland wrote:
> I just find it wrong that such logic is taken all the way down to the resource tracking algorithm, because there is nothing (no interval) to track.
I agree with you, and this may be something we can discourage in the future, until we finally have a good enough justification to spend time to remove it entirely.
> However, please; ...
Updated :)
https://github.com/llvm/llvm-project/pull/75951
More information about the llvm-commits
mailing list