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

Mel Chen via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 2 00:09:15 PDT 2025


https://github.com/Mel-Chen commented:

Why we don't generate `logical_and(header_mask, logical_and(mask1, mask2))` directly from the beginning, instead of relying on ::optimize?

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


More information about the llvm-commits mailing list