[PATCH] D47059: [InstCombine] Calloc-ed strings optimizations
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 22 09:20:53 PDT 2018
spatel added inline comments.
================
Comment at: llvm/trunk/test/Transforms/InstCombine/zero-string.ll:62
+ ret i32 %call1
+
----------------
spatel wrote:
> Make sure you test locally before committing. There's no final '}' here, so this broke bots.
> Hopefully fixed with rL332990
Wrong link:
rL332992
Repository:
rL LLVM
https://reviews.llvm.org/D47059
More information about the llvm-commits
mailing list