[all-commits] [llvm/llvm-project] 2aecff: [CostModel][X86] Find AVX conversion costs using l...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Jul 2 05:50:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2aecffcd40de99bd3155f57e9c91fe57c3207d39
https://github.com/llvm/llvm-project/commit/2aecffcd40de99bd3155f57e9c91fe57c3207d39
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-07-02 (Fri, 02 Jul 2021)
Changed paths:
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M llvm/test/Analysis/CostModel/X86/fptosi.ll
M llvm/test/Analysis/CostModel/X86/sitofp.ll
M llvm/test/Analysis/CostModel/X86/uitofp.ll
M llvm/test/Transforms/SLPVectorizer/X86/sitofp-inseltpoison.ll
M llvm/test/Transforms/SLPVectorizer/X86/sitofp.ll
Log Message:
-----------
[CostModel][X86] Find AVX conversion costs using legalized types if custom types didn't match
Building on rG2a1ef8784ad9a, fallback to attempting to match against legalized types like we do for SSE targets.
More information about the All-commits
mailing list