[Mlir-commits] [mlir] [mlir][SCF] Bufferize scf.index_switch (PR #67666)
Matthias Springer
llvmlistbot at llvm.org
Thu Sep 28 08:24:35 PDT 2023
matthias-springer wrote:
> Looks good. Tests could be a bit more thorough, e.g.,
>
> * Alias analysis test
> * test where we need to switch to a dynamic layout
Alias set tests are bit tedious to write, so I currently just add them when testing new functionality in the analysis but not on every op.
The first case switches to dynamic layout.
https://github.com/llvm/llvm-project/pull/67666
More information about the Mlir-commits
mailing list