[PATCH] D116308: [Huawei][Allocator] Fix the spill of status register nzcv

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 31 08:00:39 PST 2021


Allen added a comment.

Fix the crash as the register nzcv is copied to gpr64 with different size.
In fact, the size of register nzcv is 64-bit, and it is legal.


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

https://reviews.llvm.org/D116308



More information about the llvm-commits mailing list