[PATCH] D60710: [ARM] Add ACLE feature macros for MVE.
Sjoerd Meijer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 7 03:00:53 PDT 2019
SjoerdMeijer marked an inline comment as done.
SjoerdMeijer 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;
}
----------------
ostannard wrote:
> Does this also need to set FPU and HasLegalHalfType?
Yep, thanks for catching this one, will fix this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60710/new/
https://reviews.llvm.org/D60710
More information about the cfe-commits
mailing list