[all-commits] [llvm/llvm-project] a640aa: [CostModel][X86] Add insertelement costs into a kn...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Oct 11 04:09:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a640aa5bfd9452967bf5cdd804baea75e7f5a433
https://github.com/llvm/llvm-project/commit/a640aa5bfd9452967bf5cdd804baea75e7f5a433
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-10-11 (Tue, 11 Oct 2022)
Changed paths:
A llvm/test/Analysis/CostModel/X86/vector-insert-value.ll
Log Message:
-----------
[CostModel][X86] Add insertelement costs into a known base vector value
We were only testing inserting into undef/poison base vectors
Test coverage for Issue #58261
More information about the All-commits
mailing list