Cullen Rhodes
9816edc9f3
[mlir][vector] add result type to vector.extract assembly format ( #66499 )
...
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>
2023-09-28 11:11:16 +01:00
..
2023-05-26 08:05:40 +02:00
2023-09-26 17:09:57 +01:00
2023-08-11 09:29:54 +00:00
2023-09-28 11:11:16 +01:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-09-05 08:58:40 +00:00
2023-09-13 22:49:07 +00:00
2023-09-13 22:49:07 +00:00
2023-09-13 22:49:07 +00:00
2023-09-13 22:49:07 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-09-18 19:02:46 +02:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-11 09:29:54 +00:00
2023-08-02 15:31:09 +02:00
2023-08-02 15:31:09 +02:00
2023-09-28 11:11:16 +01:00
2023-08-11 09:29:54 +00:00