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

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 2 15:48:14 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
----------------
shiltian wrote:

The changes in `compiler-rt` were from https://reviews.llvm.org/D151436.

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


More information about the llvm-commits mailing list