[PATCH] D14976: Fixed a failure in cost calculation for vector GEP
Elena Demikhovsky via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 25 02:06:52 PST 2015
delena created this revision.
delena added reviewers: gilr, jingyue.
delena added subscribers: llvm-commits, hfinkel.
delena set the repository for this revision to rL LLVM.
Cost calculation for vector GEP failed with due to invalid cast to GEP index operand.
The bug is fixed, added a test.
Repository:
rL LLVM
http://reviews.llvm.org/D14976
Files:
../include/llvm/Analysis/TargetTransformInfoImpl.h
../include/llvm/Analysis/VectorUtils.h
../lib/Analysis/VectorUtils.cpp
../lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
../test/Analysis/CostModel/X86/vector_gep.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14976.41116.patch
Type: text/x-patch
Size: 6776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151125/9d9da3f7/attachment.bin>
More information about the llvm-commits
mailing list