[PATCH] D13594: [mips] Allowed dla instructions on 32-bit architectures.

Vasileios Kalintiris via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 02:48:48 PST 2016


vkalintiris accepted this revision.
vkalintiris added a comment.
This revision is now accepted and ready to land.

LGTM, but clang-format the sources before committing.


================
Comment at: test/MC/Mips/macro-dla-32bit.s:2
@@ +1,3 @@
+# RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r2 \
+# RUN:   -gpsize=0 | FileCheck %s
+# RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
----------------
Do we really need the -gpsize option?


http://reviews.llvm.org/D13594





More information about the llvm-commits mailing list