[PATCH] D47059: [InstCombine] Calloc-ed strings optimizations

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 22 12:30:16 PDT 2018


xbolva00 added a comment.

In https://reviews.llvm.org/D47059#1108252, @efriedma wrote:

> It looks like this patch doesn't handle the case where the memory allocated by calloc() is modified?


Ok, I will remove it from InstCombine.

It could be moved to DSE later with that check.


Repository:
  rL LLVM

https://reviews.llvm.org/D47059





More information about the llvm-commits mailing list