[PATCH] D33946: [InlineCost] Find identical loads in the callee

Chad Rosier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 29 13:01:04 PDT 2017


mcrosier added inline comments.


================
Comment at: lib/Analysis/InlineCost.cpp:1129
+          disableLoadElimination();
+      case Intrinsic::lifetime_start:
+      case Intrinsic::lifetime_end:
----------------
Does the assume intrinsic fall into the category as well (or is it properly handled by the default case)?


Repository:
  rL LLVM

https://reviews.llvm.org/D33946





More information about the llvm-commits mailing list