[PATCH] D102397: [AArch64] Lower bitreverse in ISel
Dave Green via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 17 03:40:45 PDT 2021
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
Thanks. LGTM
================
Comment at: llvm/test/CodeGen/AArch64/neon_rbit.ll:9
+
+define <8 x i8> @rbit_8x8(<8 x i8> %A) nounwind {
+; CHECK-LABEL: rbit_8x8:
----------------
v8i8 and v8i16 are fine for this patch. They others were not valid aarch64.neon.rbit intrinsics anyway.
Also, it may be better to make this an opt test, I'm not sure. It's probably fine either way.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102397/new/
https://reviews.llvm.org/D102397
More information about the cfe-commits
mailing list