Files
clang-p2996/mlir/lib/Conversion/MemRefToSPIRV/MemRefToSPIRVPass.cpp
Lei Zhang 4ffc63ab71 [mlir][spirv] Fix 64-bit index for MemRef bitwidth emulation
We need to use the converted index type for index offset calculation
logic; not the target bitwidth, which is typically 32-bit.

Reviewed By: kuhar

Differential Revision: https://reviews.llvm.org/D158482
2023-08-22 08:32:27 -07:00

2.0 KiB