The value returned by max() is the last valid value, adjust the
comparison accordingly.
The code added in D55073 creates TokenFactors with max() operands.
Differential D56738
[SelectionDAG] Update check in createOperands to reflect max() is a valid value. fhahn on Jan 15 2019, 11:58 AM. Authored by
Details The value returned by max() is the last valid value, adjust the The code added in D55073 creates TokenFactors with max() operands.
Diff Detail
Event TimelineComment Actions I have a file triggering the assert, but I think the cases where it is triggered require 64k load/stores in a single BB. But maybe there is another way to construct a node with more than 64k operands? |