diff options
author | Sander de Smalen <sander.desmalen@arm.com> | 2022-02-03 08:59:49 +0000 |
---|---|---|
committer | Sander de Smalen <sander.desmalen@arm.com> | 2022-02-03 09:31:46 +0000 |
commit | 01bfe9729a9812c8dcdb8f239bce23bb10637ea8 (patch) | |
tree | fea1f023ddef2c731c622b145aed8fdccc0ef478 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 78bf2e0a3f5f6eb5c5471ab98fee8b4325b91cd6 (diff) | |
download | llvm-01bfe9729a9812c8dcdb8f239bce23bb10637ea8.zip llvm-01bfe9729a9812c8dcdb8f239bce23bb10637ea8.tar.gz llvm-01bfe9729a9812c8dcdb8f239bce23bb10637ea8.tar.bz2 |
[ISEL] Canonicalize STEP_VECTOR to LHS if RHS is a splat.
This helps recognise patterns where we're trying to match STEP_VECTOR
patterns to INDEX instructions that take a GPR for the Start/Step.
The reason for canonicalising this operation to the LHS is
because it will already be canonicalised to the LHS if the RHS
is a constant splat vector.
Reviewed By: paulwalker-arm
Differential Revision: https://reviews.llvm.org/D118459
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions