-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Misc LSRA throughput improvements (#85842)
* Use BitOperations in few hot methods * Do not pass RegisterType for non-arm sarchitectures * Add clearAssignedInterval() * Consume clearAssignedInterval() * Do not pass RegisterType for updateInterval() * Revert the change in genFindLowestBit() * Revert "Use BitOperations in few hot methods" This reverts commit a75a7da. * Add the missing case for clearAssignedInterval() * Remove logging * jit formatting * Use popcount intrinsics * Revert "Use popcount intrinsics" This reverts commit 0b3da21. * revert unintentional change from superpmi.py * Revert "Do not pass RegisterType for non-arm sarchitectures" This reverts commit 46d4d3d. * fix the merge conflicts
- Loading branch information
1 parent
fe01aba
commit af1de13
Showing
2 changed files
with
71 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters