diff options
author | Nikita Popov <npopov@redhat.com> | 2024-09-25 14:21:07 +0200 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2024-09-25 14:23:06 +0200 |
commit | 5ef02a3fd4758ae1b9151ac581eebd1109b4daad (patch) | |
tree | 6e621d6cf7e2329232c27e339aa4094c4f26458d /clang/lib/Lex/ModuleMap.cpp | |
parent | 1e67e4bbba2a90ecaf5340acef110972413e3e5b (diff) | |
download | llvm-5ef02a3fd4758ae1b9151ac581eebd1109b4daad.zip llvm-5ef02a3fd4758ae1b9151ac581eebd1109b4daad.tar.gz llvm-5ef02a3fd4758ae1b9151ac581eebd1109b4daad.tar.bz2 |
[InstCombine] Fall through to computeKnownBits() for sdiv by -1
When dividing by -1 we were breaking out of the code entirely,
while we should fall through to computeKnownBits().
This fixes an instcombine-verify-known-bits discrepancy.
Fixes https://github.com/llvm/llvm-project/issues/109957.
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions