[PATCH] D154555: DAG: Implement soften float for ffrexp

Khem Raj via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 5 17:58:36 PDT 2023


raj.khem added a comment.

In D154555#4475661 <https://reviews.llvm.org/D154555#4475661>, @alexfh wrote:

> Thanks for the quick fix! However, I'm not convinced this is a trivial fix for https://github.com/llvm/llvm-project/issues/63661, thus it may introduce other problems and make reverting to a known good state even more complex. As I mentioned on https://reviews.llvm.org/rG003b58f65bdd5d9c7d0c1b355566c9ef430c0e7d#1223579, I'd prefer a revert to green before this fix gets tested and the commits starting  from 003b58f65bdd5d9c7d0c1b355566c9ef430c0e7d <https://reviews.llvm.org/rG003b58f65bdd5d9c7d0c1b355566c9ef430c0e7d> are recommitted.

Wanted to note that this fixed boost issue on rv64 btw.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154555/new/

https://reviews.llvm.org/D154555



More information about the llvm-commits mailing list