[PATCH] Optimize memcmp(x, y, n)==0 for small n and suitably aligned x/y.

Chad Rosier mcrosier at codeaurora.org
Wed Jan 14 08:26:13 PST 2015


In http://reviews.llvm.org/D6952#108619, @Eelis wrote:

> (I'm curious: how come this wasn't caught when I ran the tests? Are these names case-insensitive?)


The tests will pass with or without the CHECK-LABEL directives.  I believe the FileCheck directives are case-sensitive, but I would have to look at the FileCheck implementation to verify.  Regardless, CHECK-LABEL is the preferred style.

Chad


http://reviews.llvm.org/D6952

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list