[llvm] [VectorCombine] Fold concat(binop(a,c), binop(b,d)) -> binop(concat(a,b), concat(c,d)) for i1 vectors (PR #206087)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 5 08:41:33 PDT 2026


================
@@ -0,0 +1,49 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
----------------
dtcxzyw wrote:

llc doesn't run the VectorCombine pass. This test doesn't reflect the code change. https://godbolt.org/z/7e1anKxMM


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


More information about the llvm-commits mailing list