[PATCH] D87964: [MemLoc] Support bcmp in MemoryLocation::getForArgument

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 19 08:07:46 PDT 2020


fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!



================
Comment at: llvm/test/Analysis/BasicAA/libfuncs.ll:89
+}
+
----------------
nit: trailing empty line.


================
Comment at: llvm/test/Transforms/DeadStoreElimination/MSSA/libcalls.ll:134
+
+
+declare i32 @bcmp(i8*, i8*, i64)
----------------
nit: just 1 empty line?


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

https://reviews.llvm.org/D87964



More information about the llvm-commits mailing list