[all-commits] [llvm/llvm-project] 54401b: [mlir][memref.expand_shape] Add verifier check to ...
Prathamesh Tagore via All-commits
all-commits at lists.llvm.org
Tue May 7 16:20:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54401b43494a57baae9d3663cd7c694b040ef01c
https://github.com/llvm/llvm-project/commit/54401b43494a57baae9d3663cd7c694b040ef01c
Author: Prathamesh Tagore <63031630+meshtag at users.noreply.github.com>
Date: 2024-05-07 (Tue, 07 May 2024)
Changed paths:
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/test/Dialect/MemRef/invalid.mlir
Log Message:
-----------
[mlir][memref.expand_shape] Add verifier check to ensure correct output_shape is provided by user (#91245)
The verifier was not checking for the case when the user provided shape
in output_shape is different than the one inferred from output type. Fix
this.
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