[llvm] 71c5862 - [AMDGPU] Remove FIXME that was resolved by D30212

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 04:01:01 PDT 2022


Author: Jay Foad
Date: 2022-06-29T12:00:35+01:00
New Revision: 71c58624e0be12271f021d58d14027542437b9a4

URL: https://github.com/llvm/llvm-project/commit/71c58624e0be12271f021d58d14027542437b9a4
DIFF: https://github.com/llvm/llvm-project/commit/71c58624e0be12271f021d58d14027542437b9a4.diff

LOG: [AMDGPU] Remove FIXME that was resolved by D30212

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/clamp.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/clamp.ll b/llvm/test/CodeGen/AMDGPU/clamp.ll
index 3587d0e5d1ec7..f8bd575d7fa9f 100644
--- a/llvm/test/CodeGen/AMDGPU/clamp.ll
+++ b/llvm/test/CodeGen/AMDGPU/clamp.ll
@@ -178,7 +178,6 @@ define amdgpu_kernel void @v_clamp_negabs_f16(half addrspace(1)* %out, half addr
   ret void
 }
 
-; FIXME: Do f64 instructions support clamp?
 ; GCN-LABEL: {{^}}v_clamp_f64:
 ; GCN: {{buffer|flat|global}}_load_dwordx2 [[A:v\[[0-9]+:[0-9]+\]]]
 ; GCN: v_max_f64 v{{\[[0-9]+:[0-9]+\]}}, [[A]], [[A]] clamp{{$}}


        


More information about the llvm-commits mailing list