[PATCH] D84327: [SCEVExpander] Add helper to clean up instrs inserted while expanding.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 07:08:11 PDT 2020


fhahn added a comment.

I recommitted the change in 8eded24bf46c05ffd110d521f58320cdee93866e <https://reviews.llvm.org/rG8eded24bf46c05ffd110d521f58320cdee93866e> with a fix for the issue reported by @rupprecht, which was caused due to the expander also adding existing, re-used values to InsertedValues, which we should not try to remove.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84327



More information about the llvm-commits mailing list