[llvm] [X86][RA] Add two address hints for compressible NDD instructions. (PR #98603)

Freddy Ye via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 04:22:47 PDT 2024


================
@@ -630,6 +630,12 @@ class TargetRegisterInfo : public MCRegisterInfo {
     return false;
   }
 
+  /// Returns true if TargetRegisterClass is a general purpose register.
----------------
FreddyLeaf wrote:

[449d640](https://github.com/llvm/llvm-project/pull/98603/commits/449d640bc8357dbb5b0bca4014019e5502570069)

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


More information about the llvm-commits mailing list