[all-commits] [llvm/llvm-project] c57028: [RISCV][NFC] Move RISCVISAInfo back to Support
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Mon Jan 2 21:56:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c570287fbf4d2ee8656e94bd20a9aa96553febd0
https://github.com/llvm/llvm-project/commit/c570287fbf4d2ee8656e94bd20a9aa96553febd0
Author: wangpc <pc.wang at linux.alibaba.com>
Date: 2023-01-03 (Tue, 03 Jan 2023)
Changed paths:
M llvm/include/llvm/Support/RISCVISAInfo.h
R llvm/include/llvm/TargetParser/RISCVISAInfo.h
M llvm/lib/Support/CMakeLists.txt
A llvm/lib/Support/RISCVISAInfo.cpp
M llvm/lib/TargetParser/CMakeLists.txt
R llvm/lib/TargetParser/RISCVISAInfo.cpp
Log Message:
-----------
[RISCV][NFC] Move RISCVISAInfo back to Support
So that there is no cyclic dependency if we want to use it in
tablegen.
Reviewed By: fpetrogalli
Differential Revision: https://reviews.llvm.org/D140529
More information about the All-commits
mailing list