[ManagedMemoryRewrite] Iterate over operands of the expanded instruction, not...
[ManagedMemoryRewrite] Iterate over operands of the expanded instruction, not the constantexpr itself. - We should iterate over `I`, which is `Cur` expanded out to an instruction, and not `Cur` itself. - This is a bugfix. Differential Revision: https://reviews.llvm.org/D36923 llvm-svn: 311261
Loading
Please sign in to comment