[all-commits] [llvm/llvm-project] a3e8e8: [LVI] Don't push both sides of and/or at once
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Jan 2 02:29:55 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3e8e86fb6ad27fe070bb2c0f54a1c697c665f13
https://github.com/llvm/llvm-project/commit/a3e8e86fb6ad27fe070bb2c0f54a1c697c665f13
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-01-02 (Tue, 02 Jan 2024)
Changed paths:
M llvm/lib/Analysis/LazyValueInfo.cpp
Log Message:
-----------
[LVI] Don't push both sides of and/or at once
Same as the change in d5db2cdb22ab302acbb6e1a066e791f25dc612de,
but for condition handling. The same issue could occur here as well.
More information about the All-commits
mailing list