[PATCH] D93014: [Clang] Add AArch64 VCMLA LANE variants.
Sjoerd Meijer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 4 09:04:55 PST 2021
SjoerdMeijer added inline comments.
================
Comment at: clang/include/clang/Basic/arm_neon.td:1911
+ // vcmlaq{ROT}_lane
+ def : SOpInst<"vcmla" # ROT # "_lane", "...qI", "Q" # type, Op<(call "vcmla" # ROT, $p0, $p1,
+ (bitcast $p0, (dup_typed laneqty , (call "vget_lane", (bitcast lanety, $p2), $p3))))>>;
----------------
I have looked only quickly at this, but I was expecting the `"q"` to appear here somewhere?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93014/new/
https://reviews.llvm.org/D93014
More information about the cfe-commits
mailing list