[llvm] c6e83f5 - [X86] Remove dead code from test case
eop Chen via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 10 09:24:10 PDT 2022
Author: eop Chen
Date: 2022-04-10T09:23:40-07:00
New Revision: c6e83f560f06cdfe8aa47b248d8bdc58f947274b
URL: https://github.com/llvm/llvm-project/commit/c6e83f560f06cdfe8aa47b248d8bdc58f947274b
DIFF: https://github.com/llvm/llvm-project/commit/c6e83f560f06cdfe8aa47b248d8bdc58f947274b.diff
LOG: [X86] Remove dead code from test case
Obvious NFC, no need to review.
Differential Revision: https://reviews.llvm.org/D123465
Added:
Modified:
llvm/test/CodeGen/X86/loop-strength-reduce2.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/loop-strength-reduce2.ll b/llvm/test/CodeGen/X86/loop-strength-reduce2.ll
index a83503c7fe7b7..b96e584384da9 100644
--- a/llvm/test/CodeGen/X86/loop-strength-reduce2.ll
+++ b/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]
More information about the llvm-commits
mailing list