[PATCH] D95427: [ARM] Add neon FP16 scalar_to_vector patterns.
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 26 05:18:45 PST 2021
SjoerdMeijer added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMInstrNEON.td:6485
//def : Pat<(v2i64 (insertelt QPR:$src1, DPR:$src2, imm:$src3)),
// (INSERT_SUBREG QPR:$src1, DPR:$src2, (DSubReg_f64_reg imm:$src3))>;
----------------
Unrelated to this patch, but while we are at it, I spotted this commented out def. Shall we get rid of this?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95427/new/
https://reviews.llvm.org/D95427
More information about the llvm-commits
mailing list