summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorLuke Lau <luke@igalia.com>2025-08-05 16:53:41 +0800
committerGitHub <noreply@github.com>2025-08-05 16:53:41 +0800
commitfbd18642a9eefc7bb3b7d40eaf8d16ef9d523064 (patch)
treea937988cf725c68a4a7fedba3a811fabba91c5d0 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parentf72b3e1c07914fdea2fd367dada14b63adef731b (diff)
[RISCV] Simplify EEW/EMUL check in VLOptimizer. NFC (#152100)
Currently when checking to see if two OperandInfos are compatible, we check to see if the user operand only uses the first scalar and then do two different checks depending on that. However whether the user only uses the first scalar or not is already encoded in OperandInfo, when EMUL is nullopt. This removes the redundant check and keeps the logic in the OperandInfo class to make the call site easier to reason about.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions