diff options
author | Roman Lebedev <lebedev.ri@gmail.com> | 2019-04-10 18:26:42 +0000 |
---|---|---|
committer | Roman Lebedev <lebedev.ri@gmail.com> | 2019-04-10 18:26:42 +0000 |
commit | dc67659ba59e1165913d8654a172526f5fa61911 (patch) | |
tree | 738fc79dc9587032686aaeae8a18a60e6cb19146 /lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.h | |
parent | 5d9f656bb75ed4d0b9eb628115edd785fc61473b (diff) | |
download | llvm-dc67659ba59e1165913d8654a172526f5fa61911.zip llvm-dc67659ba59e1165913d8654a172526f5fa61911.tar.gz llvm-dc67659ba59e1165913d8654a172526f5fa61911.tar.bz2 |
[X86] X86ScheduleBdVer2: use !listsplat operator to cleanup loadres calculation
The problem is that one can't concatenate an empty list
(implied all-ones) with non-empty list here. The result
will be the non-empty list, and it won't match the length
of the ExePorts list.
The problems begin when LoadRes != 1 here,
which is the case in PdWriteResYMMPair,
and more importantly i think it will be the case for PdWriteResExPair.
llvm-svn: 358118
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.h')
0 files changed, 0 insertions, 0 deletions