[all-commits] [llvm/llvm-project] b2e2ae: [mlir] Fix warnings
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu May 1 12:41:55 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2e2ae8702e9fbbe0ef0eb5929aa2d5dc867b1c5
https://github.com/llvm/llvm-project/commit/b2e2ae8702e9fbbe0ef0eb5929aa2d5dc867b1c5
Author: Kazu Hirata <kazu at google.com>
Date: 2025-05-01 (Thu, 01 May 2025)
Changed paths:
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp
Log Message:
-----------
[mlir] Fix warnings
This patch fixes:
mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp:901:12:
error: variable 'origVecType' set but not used
[-Werror,-Wunused-but-set-variable]
mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp:908:12:
error: variable 'origTensorDescTy' set but not used
[-Werror,-Wunused-but-set-variable]
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list