[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 09:24:15 PDT 2022
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc6e83f560f06: [X86] Remove dead code from test case (authored by eopXD).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123465/new/
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.421793.patch
Type: text/x-patch
Size: 538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220410/5833a06a/attachment.bin>
More information about the llvm-commits
mailing list