This revision was automatically updated to reflect the committed changes.
Closed by commit rL373232: [AArch64][SVE] Implement punpk[hi|lo] intrinsics
(authored by kmclaughlin, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D67830?vs=221010&id=222458#toc
Repository:
rL LLVM
sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.
LGTM. Looks like a straightforward fix and support for `punpk(hi|lo)`
intrinsics.
Comment at: llvm/lib/IR/Function.cpp:1213
// If this is a forward reference, d
kmclaughlin created this revision.
kmclaughlin added reviewers: sdesmalen, rovka.
Herald added subscribers: psnobl, rkruppe, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.
Adds the following two intrinsics:
- int_aarch64_sve_punpkhi
- int_aarc