[all-commits] [llvm/llvm-project] 45dec8: [ValueTracking] Avoid known bits fallthrough for f...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Oct 4 02:03:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45dec8f5fdd82cf1ed456b0fa860774a26c0acca
https://github.com/llvm/llvm-project/commit/45dec8f5fdd82cf1ed456b0fa860774a26c0acca
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-10-04 (Tue, 04 Oct 2022)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
Log Message:
-----------
[ValueTracking] Avoid known bits fallthrough for freeze (NFCI)
The known bits logic should never produce a better result than
the direct recursive non-zero query here, so skip the fallthrough.
More information about the All-commits
mailing list