[PATCH] D92930: [Clang] Add vcmla and rotated variants for Arm ACLE.

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 03:56:43 PST 2020


t.p.northover added a comment.

Looks fine to me except for one weird quirk that I don't think should be there.



================
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:5237
   NEONMAP1(vcaddq_rot90_v, arm_neon_vcadd_rot90, Add1ArgType),
+  NEONMAP1(vcaddq_rot90_v, arm_neon_vcadd_rot90, Add1ArgType),
   NEONMAP1(vcage_v, arm_neon_vacge, 0),
----------------
This line looks identical to the one above.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92930/new/

https://reviews.llvm.org/D92930



More information about the llvm-commits mailing list