[X86] Add some add reduction tests when we're extending from a smaller type
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 13 Feb 2022 13:27:00 +0000 (13:27 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 13 Feb 2022 13:27:00 +0000 (13:27 +0000)
commit83ccce6cedbd32f13f73e9805ccbbd1e97dadbfa
treecec7c5a405d3c9de9d374013c5273851ab918079
parent4b432096839e719ec0b78cd0299e7950a59dce0b
[X86] Add some add reduction tests when we're extending from a smaller type

This often occurs when the accumulator is larger than the source vector element, such as some of the tests mentioned in Issue #42019
llvm/test/CodeGen/X86/vector-reduce-add-sext.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/vector-reduce-add-zext.ll [new file with mode: 0644]