[Mlir-commits] [mlir] [mlir][nvgpu] Move memref memspace attributes conversion to single place (PR #172156)

Ivan Butygin llvmlistbot at llvm.org
Sat Dec 13 08:00:31 PST 2025


Hardcode84 wrote:

> just to confirm, this change is NFC right?

Should be NFC, I removed `return static_cast<unsigned>(NVVM::NVVMMemorySpace::Generic);` after the `llvm_unreachable` but it would never be executed anyway.

https://github.com/llvm/llvm-project/pull/172156


More information about the Mlir-commits mailing list