summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorFraser Cormack <fraser@codeplay.com>2024-09-19 07:12:32 +0100
committerGitHub <noreply@github.com>2024-09-19 07:12:32 +0100
commit90330e993d74b90325d936c9ec923c82623b20db (patch)
tree58cf0141591c199ef375234863c8b5bc1d9f66b5 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parente82f0838ae88ad69515ebec234765e3e2607bebf (diff)
[NVPTX] Set v2i16 SETCC to Expand (#108969)
Note that this refers to the return type of SETCC. This operation is not legal in PTX but was assumed as such because v2i16 is declared a legal type. We were already expanding v4i8 SETCC. The DAGCombiner would in certain circumstances try to fold an extension of an illegal v2i1 SETCC (because v2i1 is illegal) into a "legal" v2i16 SETCC, which we wouldn't have patterns for.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions