[all-commits] [llvm/llvm-project] 14e83a: [CostModel][X86] Auto generate masked load/store L...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu May 12 09:41:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14e83ada16b3944a4431617ed4ce7088f7f7cd9a
https://github.com/llvm/llvm-project/commit/14e83ada16b3944a4431617ed4ce7088f7f7cd9a
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/masked-interleaved-load-i16.ll
M llvm/test/Analysis/CostModel/X86/masked-interleaved-store-i16.ll
M llvm/test/Analysis/CostModel/X86/masked-load-i16.ll
M llvm/test/Analysis/CostModel/X86/masked-load-i32.ll
M llvm/test/Analysis/CostModel/X86/masked-load-i64.ll
M llvm/test/Analysis/CostModel/X86/masked-load-i8.ll
M llvm/test/Analysis/CostModel/X86/masked-store-i16.ll
M llvm/test/Analysis/CostModel/X86/masked-store-i32.ll
M llvm/test/Analysis/CostModel/X86/masked-store-i64.ll
M llvm/test/Analysis/CostModel/X86/masked-store-i8.ll
Log Message:
-----------
[CostModel][X86] Auto generate masked load/store 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