[PATCH] D48102: Improve handling of COPY instructions with identical value numbers

Tim Renouf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 20 13:54:49 PDT 2018


tpr added a comment.

It was a copy at the point that joinCopy was called, but eliminateUndefCopy changed it to implicit_def.

Good idea re isImplicitDef().


Repository:
  rL LLVM

https://reviews.llvm.org/D48102





More information about the llvm-commits mailing list