[llvm-branch-commits] [llvm] [AMDGPU][Scheduler] Prepare remat stage for rematerializer integration (NFC) (PR #189489)
Quentin Colombet via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Apr 3 14:06:10 PDT 2026
================
@@ -250,6 +250,10 @@ class GCNRPTarget {
/// towards achieving the RP target.
bool isSaveBeneficial(Register Reg) const;
+ /// Returns whether the benefit that saving \p SaveRP represents will be
+ /// beneficial towads achieving the RP target.
----------------
qcolombet wrote:
```suggestion
/// beneficial towards achieving the RP target.
```
https://github.com/llvm/llvm-project/pull/189489
More information about the llvm-branch-commits
mailing list