Sander de Smalen
672f673004
[SVE] Remove checks for warnings in scalable-vector tests.
...
After D98856 these tests will by default break (fatal_error) if any of
the wrong interfaces are used, so there's no longer a need to have a
RUN line that checks for a warning message emitted by the compiler.
2021-04-07 15:59:32 +01:00
Sander de Smalen
ba10c514c9
[AArch64][SVE] NFC: Guard all SVE tests for TypeSize warnings.
...
This patch adds a bunch of CHECK lines to guard against implicit
conversions of TypeSize -> uint64_t occuring in code-paths that previously
were safe for scalable vectors.
2020-11-03 11:29:36 +00:00
Kerry McLaughlin
f5502c7035
[AArch64][SVE] Add SVE2 intrinsic for xar
...
Summary: Implements the @llvm.aarch64.sve.xar intrinsic
Reviewers: andwar, c-rhodes, dancgr, efriedma, rengolin
Reviewed By: andwar
Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, cfe-commits, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75160
2020-03-04 11:44:32 +00:00
Danilo Carvalho Grael
db9c40f562
[AArch64][SVE] Add intrinsics for SVE2 bitwise ternary operations
...
Summary:
Add intrinsics for the following operations:
- eor3, bcax
- bsl, bsl1n, bsl2n, nbsl
Fix MC tests for bsl instructions.
Reviewers: kmclaughlin, c-rhodes, sdesmalen, efriedma, rengolin
Reviewed By: efriedma
Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D74785
2020-02-21 12:15:51 -05:00
Nico Weber
6f4d9d1029
Revert "[AArch64][SVE] Add intrinsics for SVE2 bitwise ternary operations"
...
This reverts commit ce70e28998 .
It broke MC/AArch64/SVE2/bsl-diagnostics.s everywhere.
2020-02-20 15:11:13 -05:00
Danilo Carvalho Grael
ce70e28998
[AArch64][SVE] Add intrinsics for SVE2 bitwise ternary operations
...
Summary:
Add intrinsics for the following operations:
- eor3, bcax
- bsl, bsl1n, bsl2n, nbsl
Reviewers: kmclaughlin, c-rhodes, sdesmalen, efriedma, rengolin
Reviewed By: efriedma
Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D74785
2020-02-20 11:36:48 -05:00