search for: mdsdnodes

Displaying 1 result from an estimated 1 matches for "mdsdnodes".

2017 Oct 13
2
[SelectionDAG] Assertion due to MachineMemOperand flags difference.
.... One is dereferenceable and one is not. I'm not sure what the underlying issue here is: 1) MDSDNode with the same operands should have the same flags set on their respective MMO. The fact the flags differ when the opcode,types,operands and address-space are the same is the problem. 2) Having MDSDnodes with the same operands but different MMO flags is possible, so the Flags should be added to the FoldingSetNodeID. 3) Something else I haven't considered. I have a patch posted implementing 2, but don't know if I should look at fixing 1 as well (or perhaps instead). The loads that trigger...