diff options
author | Kerry McLaughlin <kerry.mclaughlin@arm.com> | 2025-08-01 09:54:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-01 09:54:43 +0100 |
commit | e1706763515dcd50edf67a377386bc6f1e33a6d0 (patch) | |
tree | b057efb4dd5a9f959231d921185212584b43657c /lldb/unittests/ScriptInterpreter/Python | |
parent | b0313adefa2dd7b40ad3cf48c926045806af5a5f (diff) | |
download | llvm-e1706763515dcd50edf67a377386bc6f1e33a6d0.zip llvm-e1706763515dcd50edf67a377386bc6f1e33a6d0.tar.gz llvm-e1706763515dcd50edf67a377386bc6f1e33a6d0.tar.bz2 |
[Instcombine] Combine extractelement from a vector_extract at index 0 (#151491)
Extracting any element from a subvector starting at index 0 is
equivalent to extracting from the original vector, i.e.
extract_elt(vector_extract(x, 0), y) -> extract_elt(x, y)
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions