[PATCH] D32448: InstructionSimplify: End our long national nightmare of ever-growing Simplify* arguments.

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 12:09:18 PDT 2017


dberlin added inline comments.


================
Comment at: include/llvm/Analysis/InstructionSimplify.h:50
 
+  struct SimplifyQuery {
+    const DataLayout &DL;
----------------
I considered docs, but i'm not even sure what i'd say here.
They are straightforward enough that we never documented them before.


https://reviews.llvm.org/D32448





More information about the llvm-commits mailing list