[PATCH] D14003: Express and handle specific info about the processing of invariant intrinsics
Larisse Voufo via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 22 21:57:31 PDT 2015
lvoufo added inline comments.
================
Comment at: include/llvm/IR/InvariantInfo.h:55
@@ +54,3 @@
+
+bool processInvariantIntrinsic(IntrinsicInst *II, InvariantInfo &InvInfo);
+bool BackwardScanInvariantIntrinsic(const IntrinsicInst *II,
----------------
sanjoy wrote:
> Please document these functions.
Do you mean in addition to the documentation of its implementation in lib/IR/InvariantInfo.cpp ?
http://reviews.llvm.org/D14003
More information about the llvm-commits
mailing list