[PATCH] D129136: [VectorCombine] Avoid creating shuffle for extract-extract pattern on scalable vector.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 6 09:42:34 PDT 2022
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
================
Comment at: llvm/test/Transforms/VectorCombine/AArch64/extract-scalable.ll:24
+
+define i32 @extract_extract(<vscale x 4 x i32> %vec) {
+; CHECK-LABEL: @extract_extract(
----------------
Could you add a quick comment describing what this tests and a reference to the issue?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129136/new/
https://reviews.llvm.org/D129136
More information about the llvm-commits
mailing list