[all-commits] [llvm/llvm-project] 718e64: [mlir] Fix Wparentheses warning (#146893)
Longsheng Mou via All-commits
all-commits at lists.llvm.org
Sun Jul 6 18:10:04 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 718e647a0c8f86c443e034c61028e7959c75a671
https://github.com/llvm/llvm-project/commit/718e647a0c8f86c443e034c61028e7959c75a671
Author: Longsheng Mou <longshengmou at gmail.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/PadTilingInterface.cpp
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/lib/Dialect/XeGPU/IR/XeGPUOps.cpp
Log Message:
-----------
[mlir] Fix Wparentheses warning (#146893)
warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
265 | isa<VectorType>(operandType) &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
266 | "Unexpected non-vector ShapedType");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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