arsenm wrote: > Why can't we also add similar intrinsics for SMED and UMED when the hardware > already supports those instructions?
We probably shouldn't have or use the fmed3 intrinsic. The fmed3 case is special due to the unreasonable signaling nan behavior. The full work to optimize around that was also never implemented https://github.com/llvm/llvm-project/pull/157748 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
