[PATCH] D14003: Express and handle specific info about the processing of invariant intrinsics

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 21:58:44 PDT 2015


sanjoy added inline comments.

================
Comment at: include/llvm/IR/InvariantInfo.h:55
@@ +54,3 @@
+
+bool processInvariantIntrinsic(IntrinsicInst *II, InvariantInfo &InvInfo);
+bool BackwardScanInvariantIntrinsic(const IntrinsicInst *II,
----------------
lvoufo wrote:
> sanjoy wrote:
> > Please document these functions.
> Do you mean in addition to the documentation of its implementation in lib/IR/InvariantInfo.cpp ?
Never mind, I just saw the docs in the implementation file.  :)

The doxygen comments are typically put in the header.


http://reviews.llvm.org/D14003





More information about the llvm-commits mailing list