[PATCH] D49512: [CodeGenPrepare] Remove instruction from PromotedInsts if we have seen it multi times

Noel Grandin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 05:19:30 PDT 2018


grandinj added a comment.

from someone who is just an observer: What happens when we see IsSExt types

  A
  B
  A

?
Then the last one will re-insert A, which is probably not what you want.


Repository:
  rL LLVM

https://reviews.llvm.org/D49512





More information about the llvm-commits mailing list