This is an archive of the discontinued LLVM Phabricator instance.

[mlir] use getNumDimAndSymbolVars when iterate dims/symbols of FlatAffineValueConstraints
ClosedPublic

Authored by python3kgae on Jan 29 2023, 3:15 PM.

Diff Detail

Event Timeline

python3kgae created this revision.Jan 29 2023, 3:15 PM
python3kgae requested review of this revision.Jan 29 2023, 3:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 29 2023, 3:15 PM
springerm added inline comments.Jan 30 2023, 1:28 AM
mlir/test/Dialect/Affine/transform-op-simplify-all-const-min.mlir
1 ↗(On Diff #493156)

This test case should be in Dialect/SCF/for-loop-canonicalization.mlir. It has no scf.for loop, but that's the file that contains tests that exercise this code path.

Move test to correct place.

springerm accepted this revision.Jan 30 2023, 6:07 AM
This revision is now accepted and ready to land.Jan 30 2023, 6:07 AM
This revision was landed with ongoing or failed builds.Jan 30 2023, 6:16 AM
This revision was automatically updated to reflect the committed changes.
python3kgae marked an inline comment as done.