[llvm] [AArch64] Fold (a | b) == a -> (a & ~b) == 0 when and-not exists (PR #145368)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 23 11:24:56 PDT 2025
AZero13 wrote:
> Your tests didn't change in the second commit...
Fixed!
https://github.com/llvm/llvm-project/pull/145368
More information about the llvm-commits
mailing list