[PATCH] D117670: [RISCV] Support matching 'VF' VL patterns via SPLAT_VECTOR
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 8 10:22:31 PST 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td:265
+def SplatFPPat : ComplexPattern<vAny, 1, "selectVFPSplat",
+ [splat_vector, riscv_vfmv_v_f_vl]>;
+
----------------
The bracket list is only needed if this is used a root node.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117670/new/
https://reviews.llvm.org/D117670
More information about the llvm-commits
mailing list