[PATCH] D126012: [Scalarizer] No need to gather a scattered extracted element

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 08:09:51 PDT 2022


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/Transforms/Scalarizer/vector-of-pointer-to-vector.ll:5
+
+define <1 x i32> @f1(<1 x <1 x i32>*> %src, i32 %index) {
+; CHECK-LABEL: @f1(
----------------
Maybe add one more test with constant index, as it uses a different code path in the implementation?


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

https://reviews.llvm.org/D126012



More information about the llvm-commits mailing list