[PATCH] D92947: [AArch64] Add patterns for FMCLA*_indexed.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 4 05:48:41 PST 2021
fhahn marked 2 inline comments as done.
fhahn added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.td:966
+ defm : FCMLA_LANE_PATS<v4f16, V64,
+ (v4f16 (bitconvert (v2i32 (AArch64duplane32 (v4i32 V128:$Rm), VectorIndexD:$idx))))>;
+ defm : FCMLA_LANE_PATS<v8f16, V128,
----------------
SjoerdMeijer wrote:
> nit: is the formatting/indenting a bit off here?
That looks a bit off indeed. I'll fix this before landing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92947/new/
https://reviews.llvm.org/D92947
More information about the llvm-commits
mailing list