[PATCH] D33987: [MergeICmps][WIP] Initial MergeICmps prototype

Richard Smith - zygoloid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 17:32:40 PDT 2018


rsmith added a comment.
Herald added subscribers: llvm-commits, mgrang.

This change causes the compiler to crash under `-fno-builtin` mode, presumably because it's not checking that there is a `memcmp` builtin library function available for use.


Repository:
  rL LLVM

https://reviews.llvm.org/D33987





More information about the llvm-commits mailing list