[PATCH] D154555: DAG: Implement soften float for ffrexp
Alexander Kornienko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 5 17:53:09 PDT 2023
alexfh added a comment.
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154555/new/
https://reviews.llvm.org/D154555
More information about the llvm-commits
mailing list