]> granicus.if.org Git - llvm/commit
[mips] Support micromips attribute passed by front-end
authorSimon Atanasyan <simon@atanasyan.com>
Mon, 22 May 2017 12:47:41 +0000 (12:47 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Mon, 22 May 2017 12:47:41 +0000 (12:47 +0000)
commit0f6d52d96448c082f4b2892b35b25211c71deb3b
treee175060f50e075621e660492bb19cc69af416480
parent63e5aa71e04c3d5cab06f9e283cb169eed988687
[mips] Support micromips attribute passed by front-end

This patch adds handling of the `micromips` and `nomicromips` attributes
passed by front-end. The patch depends on D33363.

Differential revision: https://reviews.llvm.org/D33364

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303545 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsTargetMachine.cpp
test/CodeGen/Mips/micromips-attr.ll [new file with mode: 0644]