[llvm] [VPlan] Introduce m_c_Logical(And|Or) (PR #180048)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 12 04:32:19 PST 2026
================
@@ -0,0 +1,99 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --version 6
+; RUN: opt -passes=loop-vectorize -force-vector-width=4 \
----------------
fhahn wrote:
```suggestion
; RUN: opt -passes=loop-vectorize -force-vector-width=2 \
```
might be good to have more compact IR without loss of generality I think
https://github.com/llvm/llvm-project/pull/180048
More information about the llvm-commits
mailing list