[PATCH] D60710: [ARM] Add ACLE feature macros for MVE.

Oliver Stannard (Linaro) via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 7 02:03:42 PDT 2019


ostannard added inline comments.


================
Comment at: clang/lib/Basic/Targets/ARM.cpp:465
+      MVE |= MVE_INT | MVE_FP;
+      HW_FP |= HW_FP_SP | HW_FP_HP;
     }
----------------
Does this also need to set FPU and HasLegalHalfType?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60710/new/

https://reviews.llvm.org/D60710





More information about the cfe-commits mailing list