================
@@ -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