[llvm] [NFC][TableGen] Add accessors for various instruction subclasses (PR #146615)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 2 09:31:12 PDT 2025


================
@@ -191,19 +182,34 @@ class CodeGenTarget {
     return InstrsByEnum;
   }
 
+  // Functions that return various slices of `getInstructionsByEnumValue`.
+  ArrayRef<const CodeGenInstruction *>
----------------
jurahul wrote:

Thanks, resolving. Will do in a follow on PR.

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


More information about the llvm-commits mailing list