[PATCH] D128703: [PowerPC] Improve getNormalLoadInput to reach more splat load opportunities

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 01:27:30 PDT 2022


lkail added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/load-and-splat.ll:1326
+
+define <4 x i32> @test_splatW(<8 x i16>* %ptr) {
+; P9-LABEL: test_splatW:
----------------
Could you please pre-commit the test?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128703



More information about the llvm-commits mailing list