[PATCH] D36698: IPRA: Allow target to enable IPRA by default

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 11:37:07 PDT 2017


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

LGTM with one nit



================
Comment at: include/llvm/Target/TargetMachine.h:263
+
+  virtual bool useIPRA() const {
+    return false;
----------------
Add a quick comment on what this does.


https://reviews.llvm.org/D36698





More information about the llvm-commits mailing list