[PATCH] D109488: [X86] Adjust Keylocker store register num for encodekey128/256
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 12 20:16:35 PDT 2021
craig.topper added a comment.
In D109488#2996636 <https://reviews.llvm.org/D109488#2996636>, @LuoYuanke wrote:
> 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`.
Also
/// MEM[__h+511:__h+384] := 0 // Reserved for future usage
124 /// MEM[__h+639:__h+512] := 0 // Reserved for future usage
125 /// MEM[__h+767:__h+640] := 0 // Reserved for future usage
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109488/new/
https://reviews.llvm.org/D109488
More information about the llvm-commits
mailing list