[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:02 PDT 2018
spatel added inline comments.
================
Comment at: llvm/trunk/test/Transforms/InstCombine/zero-string.ll:62
+ ret i32 %call1
+
----------------
Make sure you test locally before committing. There's no final '}' here, so this broke bots.
Hopefully fixed with rL332990
Repository:
rL LLVM
https://reviews.llvm.org/D47059
More information about the llvm-commits
mailing list