[PATCH] D72934: [ARM,MVE] Support immediate vbicq,vorrq,vmvnq intrinsics.
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 01:16:06 PST 2020
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
Looks good, from what I can tell.
I especially like the selects. We know that we have to do more work there, but adding this for more instructions would go a long way towards creating more predicated instructions (before the ability to do this in IR comes along).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72934/new/
https://reviews.llvm.org/D72934
More information about the llvm-commits
mailing list