[llvm] [RISCV] Separate the analysis part of RISCVInsertVSETVLI. (PR #149574)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 18 16:51:02 PDT 2025
================
@@ -0,0 +1,675 @@
+//===- RISCVVConfigAnalysis --------------------------------------*- C++
+//-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+/// \file
+/// This is the RISCV analysis of vector unit config.
----------------
topperc wrote:
RISC-V
https://github.com/llvm/llvm-project/pull/149574
More information about the llvm-commits
mailing list