[clang] [llvm] [X86] support reserve r8~r15 on X86_64 (PR #180242)

via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 08:03:18 PST 2026


================
@@ -807,6 +807,13 @@ class LLVM_LIBRARY_VISIBILITY X86_64TargetInfo : public X86TargetInfo {
       return true;
     }
 
+    StringRef Reg64 = RegName;
----------------
zhouguangyuan0718 wrote:

Done, could you help review the comments again?

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


More information about the llvm-commits mailing list