[PATCH] D133443: [RISCV][MC] Add support for experimental Zawrs extension
Luís Marques via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 20 02:36:09 PDT 2022
luismarques added a comment.
Regarding the overkill of "RISCVInstrInfoZawrs.td", how about having a "RISCVInstrInfoExtra.td" (or "RISCVInstrInfoExt.td") as a grab bag for everything that doesn't merit its own .td file?
I think this is fine regarding the versioning issue. Seems to only be missing the actual instruction tests, otherwise LGTM.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133443/new/
https://reviews.llvm.org/D133443
More information about the cfe-commits
mailing list