[PATCH] D158008: [AArch64] Add patterns for FMADD, FMSUB
Vladislav Dzhidzhoev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 18 15:48:22 PDT 2023
dzhidzhoev added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64InstrFormats.td:5418
+ (EXTRACT_SUBREG V128:$Rn, dsub), FPR64:$Rm, FPR64:$Ra)>;
}
----------------
Is it possible to use extractelt here? Since vector_extract is marked as deprecated in `TargetSelectionDAG.td`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158008/new/
https://reviews.llvm.org/D158008
More information about the cfe-commits
mailing list