[all-commits] [llvm/llvm-project] 4b815d: [mlir][NFC] Remove unused variable 'indexType' in ...
Jie Fu via All-commits
all-commits at lists.llvm.org
Mon Feb 13 17:51:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b815d8443db4d041625f022cd26294080e929e6
https://github.com/llvm/llvm-project/commit/4b815d8443db4d041625f022cd26294080e929e6
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp
Log Message:
-----------
[mlir][NFC] Remove unused variable 'indexType' in GPUTransformOps.cpp
/data/jiefu/llvm-project/mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp:430:13: error: unused variable 'indexType' [-Werror,-Wunused-variable]
IndexType indexType = rewriter.getIndexType();
^
1 error generated.
More information about the All-commits
mailing list