Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PowerPC] Exploitate the Vector Integer Average Instructions | QingShan Zhang | 2019-12-11 | 1 | -72/+123 |
| | | | | | | | | | | | PowerPC has instruction to do the semantics of this piece of code: vector int foo(vector int m, vector int n) { return (m + n + 1) >> 1; } This patch is adding the match rule to select it. Differential Revision: https://reviews.llvm.org/D71002 | ||||
* | [NFC][Test] Add the vavg test for PowerPC | QingShan Zhang | 2019-11-18 | 1 | -0/+189 |