These directives are used to toggle whether the assembler accepts MSA-specific instructions or not.
Contains work done by Matheus Almeida.
Paths
| Differential D4783
[mips] Add assembler support for .set msa/nomsa directive. ClosedPublic Authored by tomatabacu on Aug 4 2014, 9:17 AM.
Details Summary These directives are used to toggle whether the assembler accepts MSA-specific instructions or not. Contains work done by Matheus Almeida.
Diff Detail Event Timelinetomatabacu retitled this revision from to [mips] Add assembler support for .set msa/nomsa directive.. tomatabacu updated this object. dsanders edited edge metadata. Comment ActionsLGTM. This is a patch that Matheus wrote but hadn't started upstreaming so we'll credit him too in the commit message. This revision is now accepted and ready to land.Aug 6 2014, 3:08 AM
Revision Contents
Diff 12166 lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
lib/Target/Mips/MipsTargetStreamer.h
test/MC/Mips/msa/set-msa-directive-bad.s
test/MC/Mips/msa/set-msa-directive.s
|