Unverified Commit ce6ef990 authored by Max191's avatar Max191 Committed by GitHub
Browse files

[mlir] Remove convertible identity restriction for memref.atomic_rmw to LLVM (#72262)

memref.atomic_rmw will fail to convert for memref types that have an offset because they do not have identity maps. This restriction is overly conservative, so this changes the restriction to only strided memref types.
parent 6c2bde9b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment