[all-commits] [llvm/llvm-project] a92248: [mlir] NFC - Drop spurious assertion on symbols du...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Sun Jan 10 06:12:00 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a92248600ec4acba00db566a54c8ce53de807e3c
https://github.com/llvm/llvm-project/commit/a92248600ec4acba00db566a54c8ce53de807e3c
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-01-10 (Sun, 10 Jan 2021)
Changed paths:
M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
Log Message:
-----------
[mlir] NFC - Drop spurious assertion on symbols during `promoteComposedSymbolsAsDims`
This assertion is an old remnant from earlier days when only affine functions existed.
It is not the place of affine map composition to check whether orthogonal considerations
on what is allowed to be a symbol under the AffineScope trait.
More information about the All-commits
mailing list