summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.h
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@arm.com>2013-08-23 12:01:13 +0000
committerJoey Gouly <joey.gouly@arm.com>2013-08-23 12:01:13 +0000
commita0b2d332c114571716746ba90c815cfb6f68d4ab (patch)
tree6dabdf8d992ffc29c1936659bee46519a55f89d8 /lib/Target/ARM/ARMISelLowering.h
parent5768bb8d77892926dff0d078b1fb08c14ea791f3 (diff)
downloadllvm-a0b2d332c114571716746ba90c815cfb6f68d4ab.tar.gz
llvm-a0b2d332c114571716746ba90c815cfb6f68d4ab.tar.bz2
llvm-a0b2d332c114571716746ba90c815cfb6f68d4ab.tar.xz
[ARMv8] Add CodeGen for VMAXNM/VMINNM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.h')
-rw-r--r--lib/Target/ARM/ARMISelLowering.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h
index 44c769f822..be7811f8fe 100644
--- a/lib/Target/ARM/ARMISelLowering.h
+++ b/lib/Target/ARM/ARMISelLowering.h
@@ -186,6 +186,8 @@ namespace llvm {
// Floating-point max and min:
FMAX,
FMIN,
+ VMAXNM,
+ VMINNM,
// Bit-field insert
BFI,