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

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 09:45:12 PST 2020


nemanjai 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>
+}
----------------
NeHuang wrote:
> exceeding 80 columns
Generally speaking, we don't try to keep test cases to 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