diff options
| author | Piotr Sobczak <piotr.sobczak@amd.com> | 2025-01-14 10:00:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-14 10:00:40 +0100 |
| commit | 40fa7f5e8b315159d45aa280c771af5998bdc75e (patch) | |
| tree | 7cb80fae4481ff41531a7acf26d30d33dd565e10 /lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py | |
| parent | 42595bdaefb6b066896c20b69ab66ff2a7fe8477 (diff) | |
[AMDGPU] Fix computed kill mask (#122736)
Replace S_XOR with S_ANDN2 when computing the kill mask in demote/kill
lowering. This has the effect of AND'ing demote/kill condition with exec
which is needed for proper live mask update.
The S_XOR is inadequate because it may return true for lane with exec=0.
This patch fixes an image corruption in game.
I think the issue went unnoticed because demote/kill condition is often
naturally dependent on exec, so AND'ing with exec is usually not
required.
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py')
0 files changed, 0 insertions, 0 deletions
