[all-commits] [llvm/llvm-project] 184fbf: [RISCV][CodeGen] Chapter of vector instruction typ...
Michael Maitland via All-commits
all-commits at lists.llvm.org
Fri Nov 18 10:30:29 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 184fbfd7123fecc430c1285531d97ce61c608533
https://github.com/llvm/llvm-project/commit/184fbfd7123fecc430c1285531d97ce61c608533
Author: Michael Maitland <michaeltmaitland at gmail.com>
Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVScheduleV.td
Log Message:
-----------
[RISCV][CodeGen] Chapter of vector instruction type corresponds with chapters in RISCV vector specification. NFC
The [vector spec](https://github.com/riscv/riscv-v-spec/blob/master/v-spec.adoc) is organized in chapters
based on instruction type. The comments in the tablegen marked the incorrect chapters. This change
updates the comments with the correct chapter numbers.
Differential Revision: https://reviews.llvm.org/D138311
More information about the All-commits
mailing list