[libcxx-commits] [PATCH] D138667: [libc++abi][LIT][AIX] Use Vector instructions available on Power7 in vec_reg_restore.pass.cpp

Xing Xue via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 25 10:43:09 PST 2022


xingxue updated this revision to Diff 478002.
xingxue edited the summary of this revision.
xingxue added a comment.

Addressed comments:

- use instruction `vspltisb` to initialize RS63, RS62
- set RS63, RS62 to 16 bytes each with value 0x01 and 0x02 respectively
- compare RS63/RS62 against expected values using instruction `vcmpequb`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138667

Files:
  libcxxabi/test/vendor/ibm/vec_reg_restore.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138667.478002.patch
Type: text/x-patch
Size: 4917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221125/47f67524/attachment.bin>


More information about the libcxx-commits mailing list