Test Commit

Test commit - added whitespace in ARMInstrMVE.td
This commit is contained in:
Meera Nakrani 2020-07-24 17:22:56 +00:00
parent f26aeab1b9
commit 805e6bcf22
1 changed files with 1 additions and 1 deletions

View File

@ -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>