[llvm] aae349e - [InstSimplify][test] Remove unused parameter in vscale.ll
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 14:48:54 PDT 2020
Author: Arthur Eubanks
Date: 2020-08-10T14:48:32-07:00
New Revision: aae349e2760e5e5986b34ca5ca9f2672377c41bf
URL: https://github.com/llvm/llvm-project/commit/aae349e2760e5e5986b34ca5ca9f2672377c41bf
DIFF: https://github.com/llvm/llvm-project/commit/aae349e2760e5e5986b34ca5ca9f2672377c41bf.diff
LOG: [InstSimplify][test] Remove unused parameter in vscale.ll
Reviewed By: huihuiz
Differential Revision: https://reviews.llvm.org/D85688
Added:
Modified:
llvm/test/Transforms/InstSimplify/vscale.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/InstSimplify/vscale.ll b/llvm/test/Transforms/InstSimplify/vscale.ll
index d396f0289196..a96b943ec4ef 100644
--- a/llvm/test/Transforms/InstSimplify/vscale.ll
+++ b/llvm/test/Transforms/InstSimplify/vscale.ll
@@ -86,7 +86,7 @@ define i32 @extractelement_idx_large_bound(<vscale x 4 x i32> %a) {
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
;
More information about the llvm-commits
mailing list