Reverted r375425 as it broke some buildbots. (details)
[X86] Rename matchBitOpReduction to matchScalarReduction. NFCI. (details)
Commit
502a509e478a5e6625b58d87b484aacd2387c64d
by llvm-dev
SemaTemplateDeduction - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cases we should be able to use castAs<> directly and if not assert will fire for us. llvm-svn: 375443
Commit
7c15c4fb1745eb80d034f1ce3e2313b4c900bd23
by llvm-dev
[X86] Rename matchBitOpReduction to matchScalarReduction. NFCI. This doesn't need to be just for bitops, but the ops do need to be fully associative. llvm-svn: 375445