forked from OSchip/llvm-project
Test Commit
Test commit - added whitespace in ARMInstrMVE.td
This commit is contained in:
parent
f26aeab1b9
commit
805e6bcf22
|
@ -3773,7 +3773,7 @@ multiclass MVE_VABD_fp_m<MVEVectorVTInfo VTI>
|
|||
: MVE_VABDT_fp_m<VTI, int_arm_mve_vabd, int_arm_mve_abd_predicated>;
|
||||
|
||||
defm MVE_VABDf32 : MVE_VABD_fp_m<MVE_v4f32>;
|
||||
defm MVE_VABDf16 : MVE_VABD_fp_m<MVE_v8f16>;
|
||||
defm MVE_VABDf16 : MVE_VABD_fp_m<MVE_v8f16>;
|
||||
|
||||
class MVE_VCVT_fix<string suffix, bit fsi, bit U, bit op,
|
||||
Operand imm_operand_type>
|
||||
|
|
Loading…
Reference in New Issue