[llvm] [TableGen] Add support for emitting new function definition to return a range of results for Primary Key (PR #96174)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 08:58:51 PDT 2024


================
@@ -135,6 +138,12 @@ class SearchIndex {
   //
   // Can only be used when the first field is an integral (non-string) type.
   bit EarlyOut = false;
+
----------------
topperc wrote:

Should we remove this since it always generate an error?

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


More information about the llvm-commits mailing list