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

Florian Hahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 9 13:19:27 PST 2020


fhahn added inline comments.


================
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),
----------------
t.p.northover wrote:
> This line looks identical to the one above.
Yes I accidentally copied this line. It's gone now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92930



More information about the cfe-commits mailing list