diff options
| author | Luke Lau <luke@igalia.com> | 2024-09-04 12:57:09 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-04 12:57:09 +0800 |
| commit | 6c607cfb2c2d8acd2b92d7ed8106ab1e4fc0d79d (patch) | |
| tree | 4ca98696524b7869216884e0ef2c10a7c127eecd /lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.cpp | |
| parent | 9fef09fd2918e7d8c357b98a9a798fe207941f73 (diff) | |
[RISCV] Preserve tail agnostic policy in foldVMV_V_V (#105788)
This patch helps avoid regressions in an upcoming patch by making sure
we don't accidentally lose a tail agnostic policy when folding a vmv.v.v
into its source.
The previous comment about RISCVInsertVSETVLI relaxing the policy didn't
take into account the fact that there's a policy operand on vmv.v.v,
which can be tail agnostic.
If the tail is agnostic (via either the policy operand or the passthru
being undef) and vmv.v.v's VL <= Src's VL, then Src's tail can be made
agnostic.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.cpp')
0 files changed, 0 insertions, 0 deletions
