[llvm] [VectorCombine] Fold "(or (zext (bitcast X)), (shl (zext (bitcast Y)), C))" -> "(bitcast (concat X, Y))" MOVMSK bool mask style patterns (PR #119559)

David Green via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 11:38:03 PST 2024


https://github.com/davemgreen commented:

Is it worth having some tests that are not in PhaseOrdering too? In case the phase ordering test changes and we don't realise we have lost the test coverage.

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


More information about the llvm-commits mailing list