[PATCH] D144677: [SelectionDAG] Transitively copy NodeExtraInfo on RAUW

Marco Elver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 14:50:47 PST 2023


melver added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:12202
 
+  // We need to copy NodeExtraInfo to all _new_ nodes that are being introduced
+  // through the replacement of From with To. Otherwise, replacements of a node
----------------
RFC: Is there some other property of the DAG and the nodes that could be exploited to make this more efficient?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144677



More information about the llvm-commits mailing list