[Mlir-commits] [mlir] [mlir][nvgpu] make TmaCreateDescriptorOp can use static box and add folder function to it. (PR #135497)
Guray Ozen
llvmlistbot at llvm.org
Sun Apr 13 09:55:27 PDT 2025
grypp wrote:
Thanks for implementing that. I'm definitely not against using static constants.
Using only dynamic SSA variables keeps the codebase simpler, while using static attributes makes the IR easier to read. I’d prefer to keep the codebase simple.
The generated code is the same either way.
https://github.com/llvm/llvm-project/pull/135497
More information about the Mlir-commits
mailing list