Teach alias analysis to reason about inline assembly nodes and
associated glued CopyToReg/CopyFromReg nodes.
This fixes PR9517.
Differential D49691
[DAGCombine] Allow alias analysis with inline asm calls and GluedNodes. niravd on Jul 23 2018, 1:22 PM. Authored by
Details
Teach alias analysis to reason about inline assembly nodes and This fixes PR9517.
Diff Detail
Event Timeline
Comment Actions oddshuffles.ll is definitely unrelated. It seems to have disappeared post rebase. Not sure how it appears as neither this patch or its predecessor patch touched it. Comment Actions I'm not sure I like the algorithm here. It seems like it would be more straightforward to handle the INLINEASM and all the glued nodes together, in a separate inner loop.
|
Please document here what each member of the pair represents.