[PATCH] D69044: [X86] Allow up to 4 loads per inline memcmp()

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 19 09:47:13 PDT 2019


craig.topper added a comment.

Seems to be because the geps are only using i8 as their index type. So they aliased 128 to -128. And 192 to -64.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69044





More information about the llvm-commits mailing list