[PATCH] D48950: [PowerPC] Improve codegen for vector loads using scalar_to_vector

Zaara Syeda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 24 14:13:00 PDT 2018


syzaara added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/swaps-le-6.ll:23
 define void @bar0() {
+; CHECK-LABEL: bar0:
+; CHECK:   # %bb.0: # %entry
----------------
these CHECKs now seem a lot more exhaustive than before, do we need to simplify these?


https://reviews.llvm.org/D48950





More information about the llvm-commits mailing list