summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@mips.com>2018-03-13 14:39:44 +0000
committerSimon Dardis <simon.dardis@mips.com>2018-03-13 14:39:44 +0000
commit476ed8f26e91bce8144b4df4c20eb1c990383ba3 (patch)
treee82da64194c526395d0c3add7e35f241e37d819a /llvm/test/CodeGen
parentd9a8b6a745c15c78a09fc4bf2723c8164b402232 (diff)
downloadbcm5719-llvm-476ed8f26e91bce8144b4df4c20eb1c990383ba3.tar.gz
bcm5719-llvm-476ed8f26e91bce8144b4df4c20eb1c990383ba3.zip
[mips] Fix the definitions of the EVA instructions
Correct their availability to their respective ISAs. Reviewers: atanasyan Differential Revision: https://reviews.llvm.org/D44209 llvm-svn: 327403
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/Mips/micromips-eva.mir4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/micromips-eva.mir b/llvm/test/CodeGen/Mips/micromips-eva.mir
index a2ec668ee0c..56e74d5848d 100644
--- a/llvm/test/CodeGen/Mips/micromips-eva.mir
+++ b/llvm/test/CodeGen/Mips/micromips-eva.mir
@@ -1,5 +1,5 @@
-# RUN: llc -O0 -march=mips -mcpu=mips32r3 -mattr=+micromips -start-after=expand-isel-pseudos \
-# RUN: -filetype obj %s -o - | llvm-objdump -d - | FileCheck %s
+# RUN: llc -O0 -march=mips -mcpu=mips32r3 -mattr=+micromips,+eva -start-after=expand-isel-pseudos \
+# RUN: -filetype obj %s -o - | llvm-objdump -mattr=+eva -d - | FileCheck %s
--- |
OpenPOWER on IntegriCloud