[PATCH] D123465: [X86] Remove dead code from test case

Yueh-Ting (eop) Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 10 08:31:31 PDT 2022


eopXD created this revision.
Herald added a subscriber: pengfei.
Herald added a project: All.
eopXD requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123465

Files:
  llvm/test/CodeGen/X86/loop-strength-reduce2.ll


Index: llvm/test/CodeGen/X86/loop-strength-reduce2.ll
===================================================================
--- llvm/test/CodeGen/X86/loop-strength-reduce2.ll
+++ llvm/test/CodeGen/X86/loop-strength-reduce2.ll
@@ -5,7 +5,7 @@
 
 @flags2 = internal global [8193 x i8] zeroinitializer, align 32		; <[8193 x i8]*> [#uses=1]
 
-define void @test(i32 %k, i32 %i) nounwind {
+define void @test(i32 %i) nounwind {
 entry:
 	%k_addr.012 = shl i32 %i, 1		; <i32> [#uses=1]
 	%tmp14 = icmp sgt i32 %k_addr.012, 8192		; <i1> [#uses=1]


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123465.421789.patch
Type: text/x-patch
Size: 538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220410/5d203661/attachment.bin>


More information about the llvm-commits mailing list