| commit | 180f1ae57c9dfe7725b0eea1b6e463d933bced86 | [log] [tgz] |
|---|---|---|
| author | Sjoerd Meijer <sjoerd.meijer@arm.com> | Tue Apr 30 08:38:12 2019 +0000 |
| committer | Sjoerd Meijer <sjoerd.meijer@arm.com> | Tue Apr 30 08:38:12 2019 +0000 |
| tree | dc59fb88be8d446a7012d72d59d680a7489eabc2 | |
| parent | 06d00afa61eef8f7f501ebdb4e8612ea43ec2d78 [diff] |
[TargetLowering] Change getOptimalMemOpType to take a function attribute list The MachineFunction wasn't used in getOptimalMemOpType, but more importantly, this allows reuse of findOptimalMemOpLowering that is calling getOptimalMemOpType. This is the groundwork for the changes in D59766 and D59787, that allows implementation of TTI::getMemcpyCost. Differential Revision: https://reviews.llvm.org/D59785 llvm-svn: 359537