This revision was automatically updated to reflect the committed changes.
Closed by commit rL303546: [mips] Support `micromips` attribute (authored by
atanasyan).
Changed prior to commit:
https://reviews.llvm.org/D33363?vs=99703&id=99748#toc
Repository:
rL LLVM
https://reviews.llvm.org/D333
sdardis accepted this revision.
sdardis added a comment.
This revision is now accepted and ready to land.
LGTM.
Repository:
rL LLVM
https://reviews.llvm.org/D33363
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-
atanasyan updated this revision to Diff 99703.
atanasyan added a comment.
Thanks for review.
This changes:
- Allow simultaneous using of micromips and interrupt attributes.
- Fix wording of micromips attribute description.
Repository:
rL LLVM
https://reviews.llvm.org/D33363
Files:
includ
sdardis added inline comments.
Comment at: include/clang/Basic/AttrDocs.td:1277-1278
+``__attribute__((nomicromips))`` attributes on MIPS targets. These attributes
+may be attached to a function definition and instructs the backend to locally
+select or turn off microMIPS code ge
atanasyan created this revision.
Herald added subscribers: arichardson, javed.absar.
This patch adds support for the `micromips` and `nomicromips` attributes for
MIPS targets.
Repository:
rL LLVM
https://reviews.llvm.org/D33363
Files:
include/clang/Basic/Attr.td
include/clang/Basic/Attr