[all-commits] [llvm/llvm-project] 83ccce: [X86] Add some add reduction tests when we're exte...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Feb 13 05:27:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83ccce6cedbd32f13f73e9805ccbbd1e97dadbfa
https://github.com/llvm/llvm-project/commit/83ccce6cedbd32f13f73e9805ccbbd1e97dadbfa
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-02-13 (Sun, 13 Feb 2022)
Changed paths:
A llvm/test/CodeGen/X86/vector-reduce-add-sext.ll
A llvm/test/CodeGen/X86/vector-reduce-add-zext.ll
Log Message:
-----------
[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
More information about the All-commits
mailing list