[llvm] [ValueTracking] Handle assume( trunc x to i1) (PR #118406)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 8 14:52:35 PST 2024
nikic wrote:
The problem is not that the assume isn't used, it's that the assume is used to simplify itself, removing the assume.
https://github.com/llvm/llvm-project/pull/118406
More information about the llvm-commits
mailing list