[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
Mon Jul 1 09:23:17 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
----------------
topperc wrote:
"a iterator range" -> "an iterator range"
https://github.com/llvm/llvm-project/pull/96174
More information about the llvm-commits
mailing list