| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ARM] Implement TTI::getMemcpyCost | Sjoerd Meijer | 2019-04-30 | 1 | -4/+662 |
| | | | | | | | | | | This implements TargetTransformInfo method getMemcpyCost, which estimates the number of instructions to which a memcpy instruction expands to. Differential Revision: https://reviews.llvm.org/D59787 llvm-svn: 359547 | ||||
| * | [TTI] getMemcpyCost | Sjoerd Meijer | 2019-03-20 | 1 | -0/+13 |
| This adds new function getMemcpyCost to TTI so that the cost of a memcpy can be modeled and queried. The default implementation returns Expensive, but targets can override this function to model the cost more accurately. Differential Revision: https://reviews.llvm.org/D59252 llvm-svn: 356555 | |||||

