[Mlir-commits] [mlir] [memref] Simplify loads from reinterpret_casts preserving non-unit dims (PR #202683)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Jun 17 10:51:53 PDT 2026
================
----------------
banach-space wrote:
[nit] Here and in other places, use an idx that's != 1 and != 0 (e.g. `13`). Such values are more visible in the IR. Also, you could rename `c0` and `c1` as `idx_1` and `idx_2`, respectively. Again, to make the intent more visible.
https://github.com/llvm/llvm-project/pull/202683
More information about the Mlir-commits
mailing list