diff options
author | Oleksandr "Alex" Zinenko <git@ozinenko.com> | 2025-05-23 13:26:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-23 13:26:09 +0200 |
commit | 989aadf4b112ef55648d801c4003b63f8aad930e (patch) | |
tree | d74a309189d25b6bddbc3cf6675f04094475ada3 /llvm/lib/Object | |
parent | 617913150a0965ac2d549a569c0ce6ed14a05aed (diff) | |
download | llvm-989aadf4b112ef55648d801c4003b63f8aad930e.zip llvm-989aadf4b112ef55648d801c4003b63f8aad930e.tar.gz llvm-989aadf4b112ef55648d801c4003b63f8aad930e.tar.bz2 |
Revert "[mlir][affine] allow iter args as valid dims" (#140808)
Reverts llvm/llvm-project#139069: the original change that got reverted
by that PR was in fact correct. Since we don't know how secondary
iteration args evolve with loop iterations (e.g., the loop may be
yielding the result of a function call or the state of a PRNG), we
cannot statically represent them as an integer set bound by affine
constraints, unlike primary iteration args where the evolution is clear.
Diffstat (limited to 'llvm/lib/Object')
0 files changed, 0 insertions, 0 deletions