mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 19:34:29 +00:00
[CodeGen] fix typo def nxv1bf32
-> def nxv1f32
The `Add bfloat MVT type` patch introduced a typo in the nxv1f32 definition in llvm/include/llvm/CodeGen/ValueTypes.td: https://reviews.llvm.org/D79706/new/#inline-740433 This patch fixes that.
This commit is contained in:
parent
bed78845e5
commit
29f8056b54
@ -163,7 +163,7 @@ def nxv8f16 : ValueType<128, 128>; // n x 8 x f16 vector value
|
||||
def nxv2bf16 : ValueType<32 , 129>; // n x 2 x bf16 vector value
|
||||
def nxv4bf16 : ValueType<64 , 130>; // n x 4 x bf16 vector value
|
||||
def nxv8bf16 : ValueType<128, 131>; // n x 8 x bf16 vector value
|
||||
def nxv1bf32 : ValueType<32 , 132>; // n x 1 x f32 vector value
|
||||
def nxv1f32 : ValueType<32 , 132>; // n x 1 x f32 vector value
|
||||
def nxv2f32 : ValueType<64 , 133>; // n x 2 x f32 vector value
|
||||
def nxv4f32 : ValueType<128, 134>; // n x 4 x f32 vector value
|
||||
def nxv8f32 : ValueType<256, 135>; // n x 8 x f32 vector value
|
||||
|
Loading…
x
Reference in New Issue
Block a user