[all-commits] [llvm/llvm-project] f06575: [mlir][spirv] Reland integration test for `vector....
Angel Zhang via All-commits
all-commits at lists.llvm.org
Mon Jun 17 08:15:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f06575832aac0682c4d7383de34d2a9c20aa5837
https://github.com/llvm/llvm-project/commit/f06575832aac0682c4d7383de34d2a9c20aa5837
Author: Angel Zhang <angel.zhang at amd.com>
Date: 2024-06-17 (Mon, 17 Jun 2024)
Changed paths:
A mlir/test/mlir-vulkan-runner/vector-deinterleave.mlir
Log Message:
-----------
[mlir][spirv] Reland integration test for `vector.deinterleave` (#95800)
This PR relands the commit reverted in #95607.
Fixes:
- Now literals are only used for the indices of `vector.insert` and
`vector.extract`.
- `arith.constant` needs to be used for the `memref.load` and
`memref.store` since otherwise there will be a failure to parse the
input IR.
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