[all-commits] [llvm/llvm-project] d74533: [X86] Add sse4.1 RUNs lines to the min/max reducti...
topperc via All-commits
all-commits at lists.llvm.org
Sun Mar 29 16:11:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d74533a18b8c442f2e17a4c326393ecc36931244
https://github.com/llvm/llvm-project/commit/d74533a18b8c442f2e17a4c326393ecc36931244
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-03-29 (Sun, 29 Mar 2020)
Changed paths:
M llvm/test/Analysis/CostModel/X86/reduce-fmax.ll
M llvm/test/Analysis/CostModel/X86/reduce-fmin.ll
M llvm/test/Analysis/CostModel/X86/reduce-smax.ll
M llvm/test/Analysis/CostModel/X86/reduce-smin.ll
M llvm/test/Analysis/CostModel/X86/reduce-umax.ll
M llvm/test/Analysis/CostModel/X86/reduce-umin.ll
Log Message:
-----------
[X86] Add sse4.1 RUNs lines to the min/max reduction cost model tests.
Mostly this matches the sse4.2 we already had command lines for.
Except in the i64 case since sse4.1 doesn't have pcmpgtq.
More information about the All-commits
mailing list