[llvm] [X86][SelectionDAG] - Add support for llvm.canonicalize intrinsic (PR #106370)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 10:27:20 PDT 2024


================
@@ -57976,6 +57977,124 @@ static SDValue combineINTRINSIC_VOID(SDNode *N, SelectionDAG &DAG,
   return SDValue();
 }
 
+SDValue combineConstantCanonicalize(SDNode *Node, SelectionDAG &DAG) {
----------------
arsenm wrote:

This would best be an APFloat->APFloat function free of the DAG machinery 

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


More information about the llvm-commits mailing list