As in SystemZ backend, correctly propagate node ids when inserting new
unselected nodes into the DAG during instruction Seleciton for X86
target.
Fixes PR36865.
Paths
| Differential D44797
[DAG, X86] Fix ISel-time node insertion ids ClosedPublic Authored by niravd on Mar 22 2018, 11:39 AM.
Details Summary As in SystemZ backend, correctly propagate node ids when inserting new Fixes PR36865.
Diff Detail
Event Timelineniravd retitled this revision from [MC,X86] Cleanup some X86 parser functions to use MCParser helpers. NFCI. to [DAG, X86] Fix ISel-time node insertion ids.Mar 22 2018, 11:45 AM Comment Actions LG after resolving comment.
This revision is now accepted and ready to land.Mar 22 2018, 11:55 AM Closed by commit rL328233: [DAG, X86] Fix ISel-time node insertion ids (authored by niravd). · Explain WhyMar 22 2018, 12:34 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 139492 llvm/trunk/include/llvm/CodeGen/SelectionDAGISel.h
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
llvm/trunk/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
llvm/trunk/lib/Target/X86/X86ISelDAGToDAG.cpp
llvm/trunk/test/CodeGen/X86/pr36865.ll
|