diff options
author | Björn Pettersson <bjorn.a.pettersson@ericsson.com> | 2025-06-25 16:05:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-25 16:05:54 +0200 |
commit | fd3cc204de96728991837259ba3959dd69a235b6 (patch) | |
tree | 72a138fa54b305c85cfb0c3f44b087fe8ada6dcd /clang/tools/c-index-test/c-index-test.c | |
parent | 41457bc9d2b58558002a6c1f860b940c99fd62f4 (diff) | |
download | llvm-fd3cc204de96728991837259ba3959dd69a235b6.zip llvm-fd3cc204de96728991837259ba3959dd69a235b6.tar.gz llvm-fd3cc204de96728991837259ba3959dd69a235b6.tar.bz2 |
[SelectionDAG] Fold undemanded operand to UNDEF for VECTOR_SHUFFLE (#145524)
Always let SimplifyDemandedVectorElts fold either side of a
VECTOR_SHUFFLE to UNDEF if no elements are demanded from that side.
For a single use this could be done by SimplifyDemandedVectorElts
already, but in case the operand had multiple uses we did not eliminate
the use.
Diffstat (limited to 'clang/tools/c-index-test/c-index-test.c')
0 files changed, 0 insertions, 0 deletions