mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
[mlir] Fix i8/f32 confusion in comment
Fixes https://github.com/llvm/llvm-project/issues/62275 Differential Revision: https://reviews.llvm.org/D148952
This commit is contained in:
parent
57304bbda2
commit
68b05a8fca
@ -1042,7 +1042,7 @@ def Builtin_Vector : Builtin_Type<"Vector", [ShapedTypeInterface], "Type"> {
|
||||
// A 1D scalable-length vector that contains a multiple of 4 f32 elements.
|
||||
vector<[4]xf32>
|
||||
|
||||
// A 2D scalable-length vector that contains a multiple of 2x8 i8 elements.
|
||||
// A 2D scalable-length vector that contains a multiple of 2x8 f32 elements.
|
||||
vector<[2x8]xf32>
|
||||
|
||||
// A 2D mixed fixed/scalable vector that contains 4 scalable vectors of 4 f32 elements.
|
||||
|
Loading…
Reference in New Issue
Block a user