[llvm] [RISCV]Add support for resolving encoding conflicts among vendor specific CSRs (PR #96174)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 07:07:11 PDT 2024


topperc wrote:

Can `lookupSysRegByEncoding` use `equal_range` instead of calling `lower_bound` and `upper_bound`? Then iterate the returned range to push into the vector?

https://github.com/llvm/llvm-project/pull/96174


More information about the llvm-commits mailing list