[PATCH] D129109: [Costmodel] Add "type-based-intrinsic-cost" cli option
mgabka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 22 05:03:26 PDT 2022
mgabka added inline comments.
================
Comment at: llvm/lib/Analysis/TargetTransformInfo.cpp:70
+ if (!TypeBasedOnly)
+ Arguments.insert(Arguments.begin(), CI.arg_begin(), CI.arg_end());
FunctionType *FTy = CI.getCalledFunction()->getFunctionType();
----------------
looks like you added a tabulation here instead of spaces
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129109/new/
https://reviews.llvm.org/D129109
More information about the llvm-commits
mailing list