[PATCH] D41494: [InlineCost] Find more free binary operations

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 21 09:40:14 PST 2017


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

LGTM

It looks like we could do a similar thing in visitCmpInst too (and visitCallSite, however, we'd also need to fix the FIXME about interface inefficiency in CallAnalyzer::simplifyCallSite first?).


Repository:
  rL LLVM

https://reviews.llvm.org/D41494





More information about the llvm-commits mailing list