[llvm] [PowerPC] make LR/LR8 CTR/CTR8 aliased (PR #76926)

Kai Luo via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 01:30:41 PST 2024


================
@@ -270,12 +270,15 @@ def CR7 : CR<7, "cr7", [CR7LT, CR7GT, CR7EQ, CR7UN]>, DwarfRegNum<[75, 75]>;
 
 // Link register
 def LR  : SPR<8, "lr">, DwarfRegNum<[-2, 65]>;
-//let Aliases = [LR] in
----------------
bzEq wrote:

Do you know why it was commented out?

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


More information about the llvm-commits mailing list