Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM][MVE] Masked gathers from base + vector of offsets | Anna Welker | 2020-01-14 | 1 | -38/+162 |
| | | | | | | | | Enables the masked gather pass to create a masked gather loading from a base and vector of offsets. This also enables v8i16 and v16i8 gather loads. Differential Revision: https://reviews.llvm.org/D72330 | ||||
* | [ARM][MVE] Enable masked gathers from vector of pointers | Anna Welker | 2020-01-08 | 1 | -0/+177 |
Adds a pass to the ARM backend that takes a v4i32 gather and transforms it into a call to MVE's masked gather intrinsics. Differential Revision: https://reviews.llvm.org/D71743 |