[PATCH] D85688: [InstSimplify][test] Remove unintended undef in vscale.ll

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 14:45:02 PDT 2020


aeubanks updated this revision to Diff 284505.
aeubanks added a comment.

instead, remove unused parameter


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85688

Files:
  llvm/test/Transforms/InstSimplify/vscale.ll


Index: llvm/test/Transforms/InstSimplify/vscale.ll
===================================================================
--- llvm/test/Transforms/InstSimplify/vscale.ll
+++ llvm/test/Transforms/InstSimplify/vscale.ll
@@ -86,7 +86,7 @@
   ret i32 %r
 }
 
-define i32 @insert_extract_element_same_vec_idx_2(<vscale x 4 x i32> %a) {
+define i32 @insert_extract_element_same_vec_idx_2() {
 ; CHECK-LABEL: @insert_extract_element_same_vec_idx_2(
 ; CHECK-NEXT:    ret i32 1
 ;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85688.284505.patch
Type: text/x-patch
Size: 470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200810/835d03ac/attachment.bin>


More information about the llvm-commits mailing list