[llvm] 727cd52 - [RISCV] Remove stale comment. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 10 09:04:52 PST 2022
Author: Craig Topper
Date: 2022-02-10T09:04:32-08:00
New Revision: 727cd5205ff3bb4998dc6cc699c6463188dc944f
URL: https://github.com/llvm/llvm-project/commit/727cd5205ff3bb4998dc6cc699c6463188dc944f
DIFF: https://github.com/llvm/llvm-project/commit/727cd5205ff3bb4998dc6cc699c6463188dc944f.diff
LOG: [RISCV] Remove stale comment. NFC
Now that we pre-process SPLAT_VECTOR to VFMV_V_F_VL, these patterns
handled scalable vectors and vectors converted from fixed. These
are also used by vp.fma lowering.
Added:
Modified:
llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td b/llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
index 24df13d075ca4..5b7c45b1a3efe 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
@@ -1148,7 +1148,6 @@ foreach vti = AllFloatVectors in {
// The choice of VFMADD here is arbitrary, vfmadd.vf and vfmacc.vf are equally
// commutable.
- // Fixed length vector splats
def : Pat<(vti.Vector (riscv_fma_vl (SplatFPOp vti.ScalarRegClass:$rs1),
vti.RegClass:$rd, vti.RegClass:$rs2,
(vti.Mask true_mask),
More information about the llvm-commits
mailing list