[all-commits] [llvm/llvm-project] a5c45c: [CostModel][X86] Auto generate gather/scatter LV c...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu May 12 09:39:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5c45c4dc12c14cf3a657726ab04a025d6ea924b
https://github.com/llvm/llvm-project/commit/a5c45c4dc12c14cf3a657726ab04a025d6ea924b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M llvm/test/Analysis/CostModel/X86/gather-i16-with-i8-index.ll
M llvm/test/Analysis/CostModel/X86/gather-i32-with-i8-index.ll
M llvm/test/Analysis/CostModel/X86/gather-i64-with-i8-index.ll
M llvm/test/Analysis/CostModel/X86/gather-i8-with-i8-index.ll
M llvm/test/Analysis/CostModel/X86/masked-gather-i32-with-i8-index.ll
M llvm/test/Analysis/CostModel/X86/masked-gather-i64-with-i8-index.ll
M llvm/test/Analysis/CostModel/X86/masked-scatter-i32-with-i8-index.ll
M llvm/test/Analysis/CostModel/X86/masked-scatter-i64-with-i8-index.ll
M llvm/test/Analysis/CostModel/X86/scatter-i16-with-i8-index.ll
M llvm/test/Analysis/CostModel/X86/scatter-i32-with-i8-index.ll
M llvm/test/Analysis/CostModel/X86/scatter-i64-with-i8-index.ll
M llvm/test/Analysis/CostModel/X86/scatter-i8-with-i8-index.ll
Log Message:
-----------
[CostModel][X86] Auto generate gather/scatter LV costs using UTC_ARGS --filter control
Also fix a sse42 -> sse4.2 typo so that we actually test costs for sse4.2
More information about the All-commits
mailing list