diff options
author | David Sherwood <david.sherwood@arm.com> | 2024-11-11 09:17:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-11 09:17:49 +0000 |
commit | 69b39e7cc7ace46ebffd8077820b29fe0768b5d9 (patch) | |
tree | 46528304238c6afd5ab258c6a39d1059ac05112f /llvm/lib/CodeGen/MachineVerifier.cpp | |
parent | 911cee2fd086524517588a7bc8cffb88091612b4 (diff) | |
download | llvm-69b39e7cc7ace46ebffd8077820b29fe0768b5d9.zip llvm-69b39e7cc7ace46ebffd8077820b29fe0768b5d9.tar.gz llvm-69b39e7cc7ace46ebffd8077820b29fe0768b5d9.tar.bz2 |
[SelectionDAG] Add support for extending masked loads in computeKnownBits (#115450)
We already support computing known bits for extending loads, but not for
masked loads. For now I've only added support for zero-extends because
that's the only thing currently tested. Even when the passthru value is
poison we still know the top X bits are zero.
Diffstat (limited to 'llvm/lib/CodeGen/MachineVerifier.cpp')
0 files changed, 0 insertions, 0 deletions