diff options
author | Luke Lau <luke@igalia.com> | 2023-11-08 12:46:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-08 12:46:06 +0800 |
commit | 11c182740a3b57a05a2d8cd2eb398a02165d4a57 (patch) | |
tree | 28afdfa36d22f09c1692cfeac50789c8eb1d75ed /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
parent | c79b544d2b988e26f35db829088e0e5088c57498 (diff) | |
download | llvm-11c182740a3b57a05a2d8cd2eb398a02165d4a57.zip llvm-11c182740a3b57a05a2d8cd2eb398a02165d4a57.tar.gz llvm-11c182740a3b57a05a2d8cd2eb398a02165d4a57.tar.bz2 |
[RISCV] Use masked pseudo peephole for reduction pseudos (#71508)
After #71483 we now have a way of marking masked pseudos as having an
unmasked
equivalent, but their mask shouldn't be folded unless it's all ones
since it
would affect the result.
This patch uses it to mark the pseudos for vredsum and friends, which in
turn
allows us to remove the unmasked patterns, and catch some other forms of
vmerge.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions