diff options
| author | vporpo <vasileios.porpodas@amd.com> | 2026-02-07 13:55:01 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-07 13:55:01 -0800 |
| commit | 88dff28c9f67e4a73ee8dea85a6c69f2171f1759 (patch) | |
| tree | 939c2d1267514d0c8defe2ebb91d6a266dffbb26 /lldb/test/API/assert_messages_test | |
| parent | f73a0b9973fcdd6c136fce2d674c041147c126fc (diff) | |
| download | llvm-main.zip llvm-main.tar.gz llvm-main.tar.bz2 | |
[AMDGPU][SIInsertWaitcnts][NFC] Make a few WaitcntBracket member functions private (#180018)HEADmain
The user of the WaitcntBrackets class shouldn't need to know about how
the scoreboard has been implemented internally. So I think it is best to
provide a higher level API that hides things like scoreUB, scoreLB and
score ranges.
This patch makes getScoreUB(), getScoreLB() and getScoreRange() private
and introduces new functions that don't expose the internal
implementation:
- getOutstanding(T)
- hasPendingVMEM(VMEMID, T)
- empty(T)
I also noticed that getSGPRScore() and getVMemScore() are not used
externally so these are now private.
Diffstat (limited to 'lldb/test/API/assert_messages_test')
0 files changed, 0 insertions, 0 deletions
