[RISCV][NFC] Move RISCVISAInfo back to Support
authorwangpc <pc.wang@linux.alibaba.com>
Tue, 3 Jan 2023 05:55:12 +0000 (13:55 +0800)
committerwangpc <pc.wang@linux.alibaba.com>
Tue, 3 Jan 2023 05:55:39 +0000 (13:55 +0800)
commitc570287fbf4d2ee8656e94bd20a9aa96553febd0
tree348075b8f3de40afd0adfa43841dd19232ad1d0a
parentd0ce367a97137e6c2b28f1e18988fd7888bcea0a
[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
llvm/include/llvm/Support/RISCVISAInfo.h
llvm/include/llvm/TargetParser/RISCVISAInfo.h [deleted file]
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/RISCVISAInfo.cpp [moved from llvm/lib/TargetParser/RISCVISAInfo.cpp with 99% similarity]
llvm/lib/TargetParser/CMakeLists.txt