[PATCH] D110802: [GlobalISel] Extend CombinerHelper::matchConstantOp() to match constant splat vectors

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 30 00:57:34 PDT 2021


foad added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-trivial-arith.mir:33
     ; CHECK: liveins: $w0
-    ; CHECK: %x:_(s32) = COPY $w0
-    ; CHECK: $w0 = COPY %x(s32)
-    ; CHECK: RET_ReallyLR implicit $w0
+    ; CHECK-NEXT: {{  $}}
+    ; CHECK-NEXT: %x:_(s32) = COPY $w0
----------------
Could you regenerate the checks and commit before this patch, to avoid all the CHECK-NEXT churn?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110802



More information about the llvm-commits mailing list