[PATCH] D54588: [llvm][IRBuilder] Introspection for CreateAlignmentAssumption*() functions
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 16 05:54:12 PST 2018
hfinkel added inline comments.
================
Comment at: include/llvm/IR/IRBuilder.h:2126
+ struct AlignmentAssumptionIntrospection {
+ Value *PtrIntValue = nullptr;
----------------
Please add comments here documenting the use of this struct and the meaning of the fields.
Repository:
rL LLVM
https://reviews.llvm.org/D54588
More information about the llvm-commits
mailing list