diff options
author | David Sherwood <david.sherwood@arm.com> | 2021-01-11 16:56:10 +0000 |
---|---|---|
committer | David Sherwood <david.sherwood@arm.com> | 2021-01-20 08:33:59 +0000 |
commit | 255a507716bca63a375f3b8a379ccbbc58cb40da (patch) | |
tree | f870e3892abbc0630e43a4752c955e66669fe7c9 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 3c69ff4b03abaa3b7b80f4f3f2a1c1806e2d4495 (diff) | |
download | llvm-255a507716bca63a375f3b8a379ccbbc58cb40da.zip llvm-255a507716bca63a375f3b8a379ccbbc58cb40da.tar.gz llvm-255a507716bca63a375f3b8a379ccbbc58cb40da.tar.bz2 |
[NFC][InstructionCost] Use InstructionCost in lib/Transforms/IPO/IROutliner.cpp
In places where we call a TTI.getXXCost() function I have changed
the code to use InstructionCost instead of unsigned. This is in
preparation for later on when we will change the TTI interfaces
to return InstructionCost.
See this patch for the introduction of the type: https://reviews.llvm.org/D91174
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2020-November/146408.html
Differential Revision: https://reviews.llvm.org/D94427
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions