[PATCH] [mips][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructions

Sasa Stankovic Sasa.Stankovic at imgtec.com
Fri Oct 24 01:12:43 PDT 2014


================
Comment at: test/CodeGen/Mips/micromips-sll.ll:2
@@ +1,3 @@
+; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+micromips
+; RUN    -relocation-model=pic -O3 < %s | FileCheck %s
+
----------------
'\' at the end of first line is missing. Also, colon after RUN on the second line is missing.

http://reviews.llvm.org/D5933






More information about the llvm-commits mailing list