[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:48 PDT 2018


syzaara added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/vsx_insert_extract_le.ll:67
+; CHECK-NEXT:    lxvd2x vs1, 0, r3
+; CHECK-NEXT:    # kill: def $f1 killed $f1 killed $vsl1
+; CHECK-NEXT:    blr
----------------
Do you really need to add CHECKS for these kill statements?


https://reviews.llvm.org/D48950





More information about the llvm-commits mailing list