[PATCH] D33364: [mips] Support micromips attribute passed by front-end

2017-05-22 Thread Simon Atanasyan via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL303545: [mips] Support micromips attribute passed by front-end (authored by atanasyan). Changed prior to commit: https://reviews.llvm.org/D33364?vs=99590&id=99747#toc Repository: rL LLVM https://rev

[PATCH] D33364: [mips] Support micromips attribute passed by front-end

2017-05-22 Thread Simon Dardis via Phabricator via cfe-commits
sdardis added a comment. You should also add a test case to test/CodeGen/Mips/ showing that this attribute sets the assembler into micromips mode for some trivial function, along with another function without micromips being generated as non micromips code. Repository: rL LLVM https://revi

[PATCH] D33364: [mips] Support micromips attribute passed by front-end

2017-05-22 Thread Simon Dardis via Phabricator via cfe-commits
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/D33364 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-

[PATCH] D33364: [mips] Support micromips attribute passed by front-end

2017-05-19 Thread Simon Atanasyan via Phabricator via cfe-commits
atanasyan created this revision. Herald added a subscriber: arichardson. This patch adds handling of the `micromips` and `nomicromips` attributes passed by front-end. The patch depends on https://reviews.llvm.org/D33363. Repository: rL LLVM https://reviews.llvm.org/D33364 Files: lib/Targe