[PATCH] D49698: [PowerPC] Generate lxsd instead of the ld->mtvsrd sequence for vector loads

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 13 06:42:33 PDT 2018


nemanjai added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/pre-inc-disable.ll:11
+
+; CHECK-NOT: i64,i64,ch = load<(load 8 from {{.*}}), <pre-inc>>
+
----------------
I don't think this is a meaningful test since the corresponding RUN line doesn't include something like `-debug-only=isel`.


https://reviews.llvm.org/D49698





More information about the llvm-commits mailing list