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

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 14:55:40 PDT 2017


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

Please go for it, this was really unbearable.



================
Comment at: include/llvm/Analysis/InstructionSimplify.h:64-66
+  // NOTE: the explicit multiple argument versions of these functions are
+  // deprecated.
+  // Please use the SimplifyQuery versions in new code.
----------------
We should really remove them at some point.


https://reviews.llvm.org/D32448





More information about the llvm-commits mailing list