[llvm] [VectorCombine] Added pattern for recognising the construction of packed integers. (PR #147414)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 20 04:36:19 PDT 2025
https://github.com/RKSimon commented:
Its recommended that only cost based vector folds use VectorCombine - general vector simplifications/canonicalizations should use InstCombine.
https://github.com/llvm/llvm-project/pull/147414
More information about the llvm-commits
mailing list