[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:43 PDT 2024
================
@@ -135,6 +138,11 @@ class SearchIndex {
//
// Can only be used when the first field is an integral (non-string) type.
bit EarlyOut = false;
+
+ // If true, will generate a different function signature which will return
+ // a std::pair<> of iterators pointing to start and end value of the range
----------------
jrtc27 wrote:
Not true any more
https://github.com/llvm/llvm-project/pull/96174
More information about the llvm-commits
mailing list