Skip to content

[MLIR] mlir::affine::simplifyConstrainedMinMaxOp creates null operands #127436

Open
@bondhugula

Description

@bondhugula

@matthias-springer - this appears to be authored by you (didn't carefully check full history though). The code is sending potentially null Values to canonicalizeMapAndOperands (newOperands can have null Values). You can't send null operands to the method regardless of whether their identifiers appear in the map. So this is a bug.

unpackOptionalValues(constraints.getMaybeValues(), newOperands);

Metadata

Metadata

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions