[llvm] [X86] Support EGPR (R16-R31) for APX (PR #67702)
    Shengchen Kan via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Oct  8 18:53:01 PDT 2023
    
    
  
================
@@ -150,6 +150,11 @@ class X86InstrInfo final : public X86GenInstrInfo {
 public:
   explicit X86InstrInfo(X86Subtarget &STI);
 
+  const TargetRegisterClass *
----------------
KanRobert wrote:
It's an overloaded function, and was already doxygened in TargetInstrInfo.h.  Do you want me to copy the comments?
https://github.com/llvm/llvm-project/pull/67702
    
    
More information about the llvm-commits
mailing list