wenju-he wrote: > This is breaking `clspv` as it is completely removing the `clc_sw_fma` > implementation (the code is still there, but not reachable). > > That implementation is needed for some devices, please do not remove it.
thanks @rjodinchr . Added backed in https://github.com/llvm/llvm-project/pull/199626/commits/e0e09049ae21440cc79ff5ef0f263e8e85375ec2. It has additional change of adding half/double fma functions (implemented with @llvm.fma intrinsic). Please check if this is ok. https://github.com/llvm/llvm-project/pull/199626 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
