[llvm] [TableGen] Complete the support for artificial registers (PR #183371)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 06:08:45 PST 2026


================
@@ -502,12 +502,16 @@ class CodeGenRegisterClass {
   struct Key {
     const CodeGenRegister::Vec *Members;
     RegSizeInfoByHwMode RSI;
+    bool IgnoreArtificialMembers;
----------------
arsenm wrote:

Document this field. I'm not really sure why you would ever want to make it false 

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


More information about the llvm-commits mailing list