[PATCH] D70462: [InstCombine] Change InstCombineAddSub to not perform constant folding when there is an intermediate use of the source register.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 14:24:23 PST 2019


lebedev.ri added a comment.

-1 to adding more artificial one-use restrictions.
I agree there is a general problem of unability to see if
there exists a particular instruction already.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70462/new/

https://reviews.llvm.org/D70462





More information about the llvm-commits mailing list