During SelectionDAG legalization SDNodes with associated extra info may
be replaced with a new SDNode. Preserve associated extra info on
ReplaceAllUsesWith and remove entries in DeallocateNode.
Depends on D130880
Differential D130881
[SelectionDAG] Properly copy ExtraInfo on RAUW melver on Mon, Aug 1, 1:57 AM. Authored by
Details
Diff Detail
Event TimelineComment Actions Would you be able to reproduce the issue as a new test in TEST_F(SelectionDAGAddressAnalysisTest ? Comment Actions Add unit test for RAUW. Comment Actions That test seems only related to BaseIndexOffset::computeAliasing(). Added to a different test that seems to be used for that (needs a target, so there's an AArch64 one).
|