summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
diff options
context:
space:
mode:
authorPiotr Sobczak <piotr.sobczak@amd.com>2025-01-14 10:00:40 +0100
committerGitHub <noreply@github.com>2025-01-14 10:00:40 +0100
commit40fa7f5e8b315159d45aa280c771af5998bdc75e (patch)
tree7cb80fae4481ff41531a7acf26d30d33dd565e10 /lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
parent42595bdaefb6b066896c20b69ab66ff2a7fe8477 (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