[PATCH] D74486: [PowerPC][Future] Add initial support for PC Relative addressing for constant pool loads

Victor Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 07:46:32 PST 2020


NeHuang added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/constant-pool.ll:43
+entry:
+  ret <16 x i8> <i8 -128, i8 -127, i8 -126, i8 -125, i8 -124, i8 -123, i8 -122, i8 -121, i8 -120, i8 -119, i8 -118, i8 -117, i8 -116, i8 -115, i8 -114, i8 -113>
+}
----------------
exceeding 80 columns


================
Comment at: llvm/test/CodeGen/PowerPC/constant-pool.ll:51
+entry:
+  ret <8 x i16> <i16 -32768, i16 -32767, i16 -32766, i16 -32765, i16 -32764, i16 -32763, i16 -32762, i16 -32761>
+}
----------------
exceeding 80 columns


================
Comment at: llvm/test/CodeGen/PowerPC/constant-pool.ll:83
+entry:
+  ret <4 x float> <float 0x380FFFF840000000, float 0x380FFF57C0000000, float 0x3843FFFB20000000, float 0x3843FF96C0000000>
+}
----------------
exceeding 80 columns


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74486/new/

https://reviews.llvm.org/D74486





More information about the llvm-commits mailing list