[PATCH] D50233: [InstCombine] Transform str(n)cmp to memcmp

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 3 09:24:44 PDT 2018


xbolva00 updated this revision to Diff 159026.
xbolva00 added a comment.

- Added tests with to check if the result of strcmp calls is used

Tests ok now? May I precommit them?


https://reviews.llvm.org/D50233

Files:
  lib/Transforms/Utils/SimplifyLibCalls.cpp
  test/Transforms/InstCombine/strcmp-memcmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50233.159026.patch
Type: text/x-patch
Size: 33983 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180803/385cabd4/attachment.bin>


More information about the llvm-commits mailing list