[llvm] [VPlan] Simplify (X && Y) || (X && !Y) -> X. (PR #89386)

via llvm-commits llvm-commits at lists.llvm.org
Sun May 19 02:57:05 PDT 2024


https://github.com/ayalz commented:

Thanks for simplifying and extracting the part that deals specifically with the X&&Y || X&&!Y pattern! This by itself results in various levels of subsequent cleanups. Adding a couple of nits.

https://github.com/llvm/llvm-project/pull/89386


More information about the llvm-commits mailing list