forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MachineLICM] Use
RegisterClassInfo::getRegPressureSetLimit
(llvm#1…
…19826) `RegisterClassInfo::getRegPressureSetLimit` is a wrapper of `TargetRegisterInfo::getRegPressureSetLimit` with some logics to adjust the limit by removing reserved registers. It seems that we shouldn't use `TargetRegisterInfo::getRegPressureSetLimit` directly, just like the comment "This limit must be adjusted dynamically for reserved registers" said. Separate from llvm#118787
- Loading branch information
Showing
50 changed files
with
32,480 additions
and
32,047 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
670 changes: 345 additions & 325 deletions
670
llvm/test/CodeGen/AMDGPU/GlobalISel/atomicrmw_fmax.ll
Large diffs are not rendered by default.
Oops, something went wrong.
670 changes: 345 additions & 325 deletions
670
llvm/test/CodeGen/AMDGPU/GlobalISel/atomicrmw_fmin.ll
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.