This revision was automatically updated to reflect the committed changes.
Closed by commit rG7d594cf003d1: [ARM] Add Cortex-M55 Support for clang and
llvm (authored by LukeGeeson).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74966/new/
https://rev
chill accepted this revision.
chill added a comment.
This revision is now accepted and ready to land.
LGTM. Please, wait a couple of days before committing.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74966/new/
https://reviews.llvm.org/D74966
__
LukeGeeson updated this revision to Diff 246427.
LukeGeeson marked an inline comment as done.
LukeGeeson added a comment.
- Addressed dmgreen's comments (removed whitespace, added m55 test)
- Added CPU Part number to Host.cpp
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74966/new/
http
dmgreen added inline comments.
Comment at: llvm/lib/Target/ARM/ARM.td:625
-
//===--===//
Seems unrelated ;)
Comment at: llvm/test/CodeGen/ARM/build-attributes.ll:1376
;
LukeGeeson created this revision.
Herald added subscribers: llvm-commits, cfe-commits, hiraditya, kristof.beyls.
Herald added projects: clang, LLVM.
This patch upstreams support for the ARM Armv8.1m cpu Cortex-M55.
In detail adding support for:
- mcpu option in clang
- Arm Target Features in cla