[llvm] [RISCV]Add support for resolving encoding conflicts among vendor specific CSRs (PR #96174)
Jessica Clarke via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 1 05:19:12 PDT 2024
================
@@ -49,6 +49,7 @@ def SysRegsList : GenericTable {
let PrimaryKey = [ "Encoding" ];
let PrimaryKeyName = "lookupSysRegByEncoding";
+ let PrimaryKeyReturnRange = false;
----------------
jrtc27 wrote:
This is pointless, just add the line when you set it to true
https://github.com/llvm/llvm-project/pull/96174
More information about the llvm-commits
mailing list