[Mlir-commits] [llvm] [mlir] [MLIR][AMDGPU] Adding dynamic size check to avoid subword buffer load (PR #135014)
Zhuoran Yin
llvmlistbot at llvm.org
Mon Apr 14 13:44:32 PDT 2025
================
@@ -9,12 +9,21 @@
#include "mlir/Dialect/AMDGPU/Transforms/Passes.h"
#include "mlir/Dialect/AMDGPU/IR/AMDGPUDialect.h"
----------------
jerryyin wrote:
Yes it is indeed necessary. This header needs to exists so that it knows about `amdgpu::AddressSpaceAttr`. Upon double checking, I managed to get rid of `WalkPatternRewriteDriver.h` since I now use the greedy pattern rewriter.
https://github.com/llvm/llvm-project/pull/135014
More information about the Mlir-commits
mailing list