[llvm] 9847023 - [RISCV] Update the version number to v0.10 for vector.
Hsiangkai Wang via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 29 15:56:20 PST 2021
Author: Hsiangkai Wang
Date: 2021-01-30T07:55:58+08:00
New Revision: 9847023660467a4469b5667bcf7a4c73a4780037
URL: https://github.com/llvm/llvm-project/commit/9847023660467a4469b5667bcf7a4c73a4780037
DIFF: https://github.com/llvm/llvm-project/commit/9847023660467a4469b5667bcf7a4c73a4780037.diff
LOG: [RISCV] Update the version number to v0.10 for vector.
Added:
Modified:
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
index da8f8180d20a..9f938a70c5ee 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
///
/// This file contains the required infrastructure to support code generation
-/// for the standard 'V' (Vector) extension, version 0.9. This version is still
+/// for the standard 'V' (Vector) extension, version 0.10. This version is still
/// experimental as the 'V' extension hasn't been ratified yet.
///
/// This file is included from RISCVInstrInfoV.td
diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td b/llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
index b631722e9efa..b45a647e0940 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
@@ -8,7 +8,7 @@
///
/// This file contains the required infrastructure and SDNode patterns to
/// support code generation for the standard 'V' (Vector) extension, version
-/// 0.9. This version is still experimental as the 'V' extension hasn't been
+/// 0.10. This version is still experimental as the 'V' extension hasn't been
/// ratified yet.
///
/// This file is included from and depends upon RISCVInstrInfoVPseudos.td
More information about the llvm-commits
mailing list