[compiler-rt] [llvm] [SelectionDAG] Add `STRICT_BF16_TO_FP` and `STRICT_FP_TO_BF16` (PR #80056)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 3 01:14:02 PST 2024


================
@@ -81,6 +81,13 @@ static inline int src_rep_t_clz_impl(src_rep_t a) {
 
 #define src_rep_t_clz src_rep_t_clz_impl
 
+#elif defined SRC_BFLOAT
----------------
phoebewang wrote:

I doubt whether the implementation handles exception or not. But I don't have any suggestion to it.

https://github.com/llvm/llvm-project/pull/80056


More information about the llvm-commits mailing list