[PATCH] D83338: [PowerPC][Power10] Implemented Vector Shift Builtins
Amy Kwan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 9 21:04:24 PDT 2020
amyk accepted this revision.
amyk added a comment.
This revision is now accepted and ready to land.
Thanks for addressing the comments. LGTM.
================
Comment at: llvm/test/CodeGen/PowerPC/p10-vector-shift.ll:10
+
+; These tests ensure that vector shift quadword builtins are correctly
+; exploited and selected for during codeGen.
----------------
nit:
```
These test cases demonstrate that the vector shift quadword instructions introduced
within Power10 are correctly exploited.
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83338/new/
https://reviews.llvm.org/D83338
More information about the cfe-commits
mailing list