[PATCH] D109488: [X86] Adjust Keylocker store register num for encodekey128/256

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 12 19:58:58 PDT 2021


LuoYuanke added a comment.

As Craig mentions we need to change the comments of header file keylockerintrin.h. For example change `((__m128i*)__h) to ((__m128i*)__h) + 5` to `((__m128i*)__h) to ((__m128i*)__h) + 2`.


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

https://reviews.llvm.org/D109488



More information about the llvm-commits mailing list