[llvm] eff53ce - [RISCV] Remove unused CHECK prefix from test. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 30 22:19:13 PDT 2023
Author: Craig Topper
Date: 2023-07-30T22:15:54-07:00
New Revision: eff53ce8fc06b2379114955d5a2f77c24f483d1a
URL: https://github.com/llvm/llvm-project/commit/eff53ce8fc06b2379114955d5a2f77c24f483d1a
DIFF: https://github.com/llvm/llvm-project/commit/eff53ce8fc06b2379114955d5a2f77c24f483d1a.diff
LOG: [RISCV] Remove unused CHECK prefix from test. NFC
Added:
Modified:
llvm/test/CodeGen/RISCV/rv64xtheadbb.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/rv64xtheadbb.ll b/llvm/test/CodeGen/RISCV/rv64xtheadbb.ll
index 0e98b3925b98e8..90a10d02636bd0 100644
--- a/llvm/test/CodeGen/RISCV/rv64xtheadbb.ll
+++ b/llvm/test/CodeGen/RISCV/rv64xtheadbb.ll
@@ -415,10 +415,6 @@ define signext i32 @cttz_i32(i32 signext %a) nounwind {
; RV64XTHEADBB-NEXT: .LBB6_2:
; RV64XTHEADBB-NEXT: li a0, 32
; RV64XTHEADBB-NEXT: ret
-; RV64ZBB-LABEL: cttz_i32:
-; RV64ZBB: # %bb.0:
-; RV64ZBB-NEXT: ctzw a0, a0
-; RV64ZBB-NEXT: ret
%1 = call i32 @llvm.cttz.i32(i32 %a, i1 false)
ret i32 %1
}
More information about the llvm-commits
mailing list