diff options
author | Aaditya <115080342+easyonaadit@users.noreply.github.com> | 2024-12-18 16:08:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 16:08:17 +0530 |
commit | 414c462a839edbcbed217b8d695e71f2ede7f952 (patch) | |
tree | 9414efa12641af58caf05b24db9b1c2b32f29787 /llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp | |
parent | 9daf10ff8f29ba3a88a105aaa9d2379c21b77d35 (diff) | |
download | llvm-414c462a839edbcbed217b8d695e71f2ede7f952.zip llvm-414c462a839edbcbed217b8d695e71f2ede7f952.tar.gz llvm-414c462a839edbcbed217b8d695e71f2ede7f952.tar.bz2 |
[AMDGPU] Modify Dyn Alloca test to account for Machine-Verifier bug (#120393)
Machine-Verifier crashes in kernel functions,
but fails gracefully in device functions.
This is due to the buffer resource descriptor selected
during G-ISEL, before the fallback path.
Device functions use `$sgpr0_sgpr1_sgpr2_sgpr3`.
while Kernel functions select `$private_rsrc_reg`
where machine-verifier complains:
`$private_rsrc_reg is not a SReg_128 register.`
Modifying test case to capture both behaviors, this is related to
https://github.com/llvm/llvm-project/pull/120063
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp')
0 files changed, 0 insertions, 0 deletions