diff options
author | eopXD <eop.chen@sifive.com> | 2021-10-23 03:18:24 -0700 |
---|---|---|
committer | eopXD <eop.chen@sifive.com> | 2021-12-09 21:16:04 -0800 |
commit | a4bf1b449dc0691e182db879bfb53bc52fbf11b7 (patch) | |
tree | 30b5b9058f9b78cec33326588af03c20eeef86e0 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | e308b8e0c71b5ce783035d73722f59d395245cf9 (diff) | |
download | llvm-a4bf1b449dc0691e182db879bfb53bc52fbf11b7.zip llvm-a4bf1b449dc0691e182db879bfb53bc52fbf11b7.tar.gz llvm-a4bf1b449dc0691e182db879bfb53bc52fbf11b7.tar.bz2 |
[RISCV] Unify depedency check and extension implication parsing logics
Originially there are two places that does parsing - `parseArchString` and
`parseFeatures`, each with its code on dependency check and implication.
This patch extracts common parts of the two as functions of `RISCVISAInfo`
and let them 2 use it.
Reviewed By: asb
Differential Revision: https://reviews.llvm.org/D112359
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions