[PATCH] D92864: [PowerPC] Set SubRegIndex offset for sub_vsx1/sub_pair1
Jinsong Ji via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 8 19:57:13 PST 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG45b08c41bfb0: [PowerPC] Set SubRegIndex offset for sub_vsx1/sub_pair1 (authored by jsji).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92864/new/
https://reviews.llvm.org/D92864
Files:
llvm/lib/Target/PowerPC/PPCRegisterInfo.td
Index: llvm/lib/Target/PowerPC/PPCRegisterInfo.td
===================================================================
--- llvm/lib/Target/PowerPC/PPCRegisterInfo.td
+++ llvm/lib/Target/PowerPC/PPCRegisterInfo.td
@@ -17,9 +17,9 @@
def sub_32 : SubRegIndex<32>;
def sub_64 : SubRegIndex<64>;
def sub_vsx0 : SubRegIndex<128>;
-def sub_vsx1 : SubRegIndex<128>;
+def sub_vsx1 : SubRegIndex<128, 128>;
def sub_pair0 : SubRegIndex<256>;
-def sub_pair1 : SubRegIndex<256>;
+def sub_pair1 : SubRegIndex<256, 256>;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92864.310410.patch
Type: text/x-patch
Size: 516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201209/cf3ffb23/attachment.bin>
More information about the llvm-commits
mailing list