[llvm] [VPlan] Reassociate (x & y) & z -> x & (y & z) (PR #155383)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 1 09:33:20 PDT 2025


https://github.com/artagnon commented:

I think this makes sense. With my logical-op simplifications, which should go after this, we might get even more simplifications.

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


More information about the llvm-commits mailing list