[all-commits] [llvm/llvm-project] a15b0e: [RISCV] Move Processors and Features from RISCV.td...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Jan 23 10:17:42 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a15b0e86cbfd4fa68aaa68c13d6bd34d8f839c9a
https://github.com/llvm/llvm-project/commit/a15b0e86cbfd4fa68aaa68c13d6bd34d8f839c9a
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCV.td
A llvm/lib/Target/RISCV/RISCVFeatures.td
A llvm/lib/Target/RISCV/RISCVProcessors.td
Log Message:
-----------
[RISCV] Move Processors and Features from RISCV.td to their own files.
This reduces RISCV.td to mainly being a top level include file.
Reviewed By: asb, luismarques
Differential Revision: https://reviews.llvm.org/D142239
More information about the All-commits
mailing list