summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-11-15 02:12:34 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-11-15 02:12:34 +0000
commit7ca4b6eb5cf95f0c33a6997af4bfb30103b0b08a (patch)
treee904b4b2e00f72725067780db3c5c0fee6323c34 /llvm/lib/Target/ARM/ARMISelLowering.h
parentd5c17edb04b4260fbbaca8e9a9b5e18f86964799 (diff)
downloadbcm5719-llvm-7ca4b6eb5cf95f0c33a6997af4bfb30103b0b08a.tar.gz
bcm5719-llvm-7ca4b6eb5cf95f0c33a6997af4bfb30103b0b08a.zip
Add vmov.f32 to materialize f32 immediate splats which cannot be handled by
integer variants. rdar://10437054 llvm-svn: 144608
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.h')
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h
index be6a53032ca..2cca40b3744 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.h
+++ b/llvm/lib/Target/ARM/ARMISelLowering.h
@@ -146,6 +146,9 @@ namespace llvm {
VMOVIMM,
VMVNIMM,
+ // Vector move f32 immediate:
+ VMOVFPIMM,
+
// Vector duplicate:
VDUP,
VDUPLANE,
OpenPOWER on IntegriCloud