mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 19:49:36 +00:00
9816edc9f3
The vector.extract assembly format currently only contains the source type, for example: %1 = vector.extract %0[1] : vector<3x7x8xf32> it's not immediately obvious if this is the source or result type. This patch improves the assembly format to make this clearer, so the above becomes: %1 = vector.extract %0[1] : vector<7x8xf32> from vector<3x7x8xf32> |
||
---|---|---|
.. | ||
invalid.mlir | ||
mma-sync-f32-to-tf32.mlir | ||
mma-sync-f32-to-tf32x3.mlir | ||
optimize-shared-memory.mlir | ||
roundtrip.mlir | ||
tmaload-transform.mlir | ||
transform-create-async-groups.mlir | ||
transform-matmul-to-nvvm.mlir | ||
transform-pipeline-shared.mlir |