[PATCH] D37682: [mips] Handle UImm16_AltRelaxed match type

Petar Jovanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 14:44:55 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL313077: [mips] handle UImm16_AltRelaxed match type (authored by petarj).

Changed prior to commit:
  https://reviews.llvm.org/D37682?vs=114576&id=114915#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D37682

Files:
  llvm/trunk/lib/Target/Mips/AsmParser/MipsAsmParser.cpp


Index: llvm/trunk/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
===================================================================
--- llvm/trunk/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
+++ llvm/trunk/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
@@ -5122,6 +5122,7 @@
                  "expected 11-bit signed immediate");
   case Match_UImm16:
   case Match_UImm16_Relaxed:
+  case Match_UImm16_AltRelaxed:
     return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo),
                  "expected 16-bit unsigned immediate");
   case Match_SImm16:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37682.114915.patch
Type: text/x-patch
Size: 551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170912/81c95239/attachment.bin>


More information about the llvm-commits mailing list