[PATCH] D38104: [TargetTransformInfo] Handle intrinsic call in getInstructionLatency()

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 22 09:27:09 PDT 2017


hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: include/llvm/Analysis/TargetTransformInfoImpl.h:791
 
     Type *dstTy = I->getType();
+
----------------
This variable name should start with a capital letter (per our coding conventions).


https://reviews.llvm.org/D38104





More information about the llvm-commits mailing list