This revision was automatically updated to reflect the committed changes.
Closed by commit rG902e84556a51: [ARM,MVE] Add intrinsics for
'administrative' vector operations. (authored by simon_tatham).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D7013
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
Thanks. That, er, makes it slightly simpler to review.
LGTM
Comment at: clang/test/CodeGen/arm-mve-intrinsics/admin.c:1671
+//
+float16x8_t test_vuninitializedq_polymorphi
simon_tatham updated this revision to Diff 229111.
simon_tatham added a comment.
Moved the get/set lane functions out into a separate patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70133/new/
https://reviews.llvm.org/D70133
Files:
clang/in
simon_tatham marked 3 inline comments as done.
simon_tatham added inline comments.
Comment at: clang/include/clang/Basic/arm_mve.td:384
+ let params = !foldl([], T.All, tlist, srctype, !listconcat(tlist,
+ !if(!eq(!cast(desttype),!cast(srctype)),[],[srctype]))) in {
+def "v
dmgreen added a comment.
Smaller patches are easier to review, if for example this could have the
vgetq_lane/vsetq_lane split out.
Comment at: clang/include/clang/Basic/arm_mve.td:384
+ let params = !foldl([], T.All, tlist, srctype, !listconcat(tlist,
+ !if(!eq(!cast(desttyp
simon_tatham created this revision.
simon_tatham added reviewers: ostannard, MarkMurrayARM, dmgreen.
Herald added subscribers: cfe-commits, kristof.beyls.
Herald added a project: clang.
simon_tatham added a parent revision: D70088: [ARM,MVE] Add intrinsics for
contiguous load/stores..
This batch