[all-commits] [llvm/llvm-project] 200edc: [NFC][X86][LV] Add basic costmodel test coverage f...
Roman Lebedev via All-commits
all-commits at lists.llvm.org
Tue Oct 5 09:41:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 200edc152b029eb5e7eab56f73a0750935799035
https://github.com/llvm/llvm-project/commit/200edc152b029eb5e7eab56f73a0750935799035
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2021-10-05 (Tue, 05 Oct 2021)
Changed paths:
A llvm/test/Analysis/CostModel/X86/interleaved-load-i32-stride-2-indices-0u.ll
A llvm/test/Analysis/CostModel/X86/interleaved-load-i32-stride-3-indices-01u.ll
A llvm/test/Analysis/CostModel/X86/interleaved-load-i32-stride-3-indices-0uu.ll
A llvm/test/Analysis/CostModel/X86/interleaved-load-i32-stride-4-indices-012u.ll
A llvm/test/Analysis/CostModel/X86/interleaved-load-i32-stride-4-indices-01uu.ll
A llvm/test/Analysis/CostModel/X86/interleaved-load-i32-stride-4-indices-0uuu.ll
Log Message:
-----------
[NFC][X86][LV] Add basic costmodel test coverage for not-fully-interleaved i32 loads
The coverage could have cumulative explosion here,
so i'm adding only the most basic cases,
and hoping it's enough, though more can be added if needed.
More information about the All-commits
mailing list