summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/gepcost.ll
Commit message (Collapse)AuthorAgeFilesLines
* [TTI] Fix getGEPCost() for geps with a single operand.Davide Italiano2017-09-011-0/+28
Previously this would sporadically crash as TargetType was never initialized. We special-case the single-operand case returning earlier and trying to mimic the behaviour of isLegalAddressingMode as closely as possible. Differential Revision: https://reviews.llvm.org/D37277 llvm-svn: 312357
OpenPOWER on IntegriCloud