[all-commits] [llvm/llvm-project] 91821b: [MLIR] Fix FileCheck annotations and add 32-bit co...
Men-cotton via All-commits
all-commits at lists.llvm.org
Sat Nov 8 16:39:29 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91821ba86607e423cfc0049eccd694153c544d59
https://github.com/llvm/llvm-project/commit/91821ba86607e423cfc0049eccd694153c544d59
Author: Men-cotton <mencotton0410 at gmail.com>
Date: 2025-11-09 (Sun, 09 Nov 2025)
Changed paths:
M mlir/test/Conversion/FuncToLLVM/convert-data-layout.mlir
M mlir/test/Conversion/FuncToLLVM/func-memref.mlir
M mlir/test/Conversion/MemRefToLLVM/expand-then-convert-to-llvm.mlir
M mlir/test/Dialect/Func/duplicate-function-elimination.mlir
M mlir/test/Dialect/OpenACC/ops.mlir
M mlir/test/mlir-tblgen/op-decl-and-defs.td
Log Message:
-----------
[MLIR] Fix FileCheck annotations and add 32-bit coverage (#167149)
Addresses #93154 by ensuring the test RUN/FILECHECK prefixes across
`mlir/test/Conversion/FuncToLLVM/` and related files match their
expected outputs, and adds an `index-bitwidth=32` variant of
`expand-then-convert-to-llvm.mlir` that exercises
`@collapse_shape_dynamic_with_non_identity_layout` through the same
MemRef-to-LLVM pipeline so the 32-bit layout descriptors are verified.
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