llvm-project/llvm/lib/Target/Mips/AsmParser
Simon Dardis d410fc8f28 [mips][ias] Further relax operands of certain assembly instructions
This patch adjusts the most relaxed predicate of immediate operands to accept
immediate forms such as ~(0xf0000000|0x000f00000). Previously these forms
would be accepted by GAS and rejected by IAS.

This partially resolves PR/30383.

Thanks to Sean Bruno for reporting the issue!

Reviewers: slthakur, seanbruno

Differential Revision: https://reviews.llvm.org/D29218

llvm-svn: 295965
2017-02-23 12:40:58 +00:00
..
CMakeLists.txt
LLVMBuild.txt
MipsAsmParser.cpp [mips][ias] Further relax operands of certain assembly instructions 2017-02-23 12:40:58 +00:00