[llvm] [GlobalISel] Fold G_SHUFFLE_VECTOR with a single element mask to G_EXTRACT_VECTOR_ELT (PR #65342)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 6 09:27:13 PDT 2023
================
@@ -12,10 +12,11 @@ body: |
; CHECK-LABEL: name: shuffle_vector_to_concat_vector_0123
; CHECK: liveins: $d0, $d1
- ; CHECK: [[COPY:%[0-9]+]]:_(<2 x s32>) = COPY $d0
----------------
jayfoad wrote:
Could you please pre-commit a patch which just updates the checks in this file (no review needed) and then rebase the current patch on top of that?
https://github.com/llvm/llvm-project/pull/65342
More information about the llvm-commits
mailing list