[llvm] 79e729b - Fixed tests.
Thomas Symalla via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 2 00:16:20 PST 2021
Author: Thomas Symalla
Date: 2021-02-02T09:14:53+01:00
New Revision: 79e729bdf14c884f13aff010ac9509370676aba7
URL: https://github.com/llvm/llvm-project/commit/79e729bdf14c884f13aff010ac9509370676aba7
DIFF: https://github.com/llvm/llvm-project/commit/79e729bdf14c884f13aff010ac9509370676aba7.diff
LOG: Fixed tests.
Added:
Modified:
llvm/test/CodeGen/AMDGPU/GlobalISel/combine-short-clamp.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AMDGPU/GlobalISel/combine-short-clamp.ll b/llvm/test/CodeGen/AMDGPU/GlobalISel/combine-short-clamp.ll
index 8b8b5d5fd93c..e7d6634c29a5 100644
--- a/llvm/test/CodeGen/AMDGPU/GlobalISel/combine-short-clamp.ll
+++ b/llvm/test/CodeGen/AMDGPU/GlobalISel/combine-short-clamp.ll
@@ -102,7 +102,7 @@ entry:
; GFX10-LABEL: {{^}}v_clamp_i64_i16_zero
; GFX6789: v_mov_b32_e32 v0, 0
-; GFX10: v_cmp_lt_i64_e32 vcc_lo, 0, v[0:1]
+; GFX10: v_mov_b32_e32 v0, 0
define i16 @v_clamp_i64_i16_zero(i64 %in) #0 {
entry:
%max = call i64 @llvm.smax.i64(i64 %in, i64 0)
More information about the llvm-commits
mailing list