Fix typo in PerformAddCombine that caused any vector type to be checked for...
Fix typo in PerformAddCombine that caused any vector type to be checked for horizontal add/sub if AVX2 is enabled. This caused an assert to fail for non 128/256-bit vectors when done before type legalizing. Fixes PR11749. llvm-svn: 148096
Loading
Please register or sign in to comment