summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MSP430/hwmultf5.ll
diff options
context:
space:
mode:
authorVadzim Dambrouski <pftbest@gmail.com>2017-05-23 21:49:42 +0000
committerVadzim Dambrouski <pftbest@gmail.com>2017-05-23 21:49:42 +0000
commit49dd6e68c21c966d4fb81fb8248ee5a576896843 (patch)
tree64e9e6c0f5aee33b59fb86f85e337ed800bfc4e6 /llvm/test/CodeGen/MSP430/hwmultf5.ll
parent6b5eceac2e1cb21826aec1d800f8c890a54b4d6b (diff)
downloadbcm5719-llvm-49dd6e68c21c966d4fb81fb8248ee5a576896843.tar.gz
bcm5719-llvm-49dd6e68c21c966d4fb81fb8248ee5a576896843.zip
[MSP430] Add subtarget features for hardware multiplier.
Also add more processors to make -mcpu option behave similar to gcc. Differential Revision: https://reviews.llvm.org/D33335 llvm-svn: 303695
Diffstat (limited to 'llvm/test/CodeGen/MSP430/hwmultf5.ll')
-rw-r--r--llvm/test/CodeGen/MSP430/hwmultf5.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/MSP430/hwmultf5.ll b/llvm/test/CodeGen/MSP430/hwmultf5.ll
index 51ca4be4a65..c57922ece7d 100644
--- a/llvm/test/CodeGen/MSP430/hwmultf5.ll
+++ b/llvm/test/CodeGen/MSP430/hwmultf5.ll
@@ -1,4 +1,5 @@
; RUN: llc -O0 -mhwmult=f5series < %s | FileCheck %s
+; RUN: llc -O0 -mattr=+hwmultf5 < %s | FileCheck %s
target datalayout = "e-p:16:16:16-i8:8:8-i16:16:16-i32:16:32-n8:16-a0:16:16"
target triple = "msp430---elf"
OpenPOWER on IntegriCloud