[llvm] [DAGCombiner] Enable constant folding of (bitcast int_c0) -> fp_c0 (PR #82289)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 02:14:26 PST 2024


================
@@ -15231,8 +15231,7 @@ SDValue DAGCombiner::visitBITCAST(SDNode *N) {
   // TODO: Support FP bitcasts after legalize types.
----------------
RKSimon wrote:

This TODO can be removed I guess - did you investigate the history behind this?

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


More information about the llvm-commits mailing list