summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM64
diff options
context:
space:
mode:
authorBradley Smith <bradley.smith@arm.com>2014-04-09 14:42:01 +0000
committerBradley Smith <bradley.smith@arm.com>2014-04-09 14:42:01 +0000
commit6d7af17a3f477705c02d0c40ac71a3563db354c7 (patch)
tree701d08a70a1b675f8350fe78b60a0dac7960020e /llvm/lib/Target/ARM64
parent7d253f29a4430772a0c14d727a5987f90b30e610 (diff)
downloadbcm5719-llvm-6d7af17a3f477705c02d0c40ac71a3563db354c7.tar.gz
bcm5719-llvm-6d7af17a3f477705c02d0c40ac71a3563db354c7.zip
[ARM64] Add missing 1Q -> 1q vector kind alias
llvm-svn: 205863
Diffstat (limited to 'llvm/lib/Target/ARM64')
-rw-r--r--llvm/lib/Target/ARM64/ARM64InstrFormats.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM64/ARM64InstrFormats.td b/llvm/lib/Target/ARM64/ARM64InstrFormats.td
index 38406f8d6ca..51cf79121f8 100644
--- a/llvm/lib/Target/ARM64/ARM64InstrFormats.td
+++ b/llvm/lib/Target/ARM64/ARM64InstrFormats.td
@@ -8187,7 +8187,9 @@ def : TokenAlias<".16B", ".16b">;
def : TokenAlias<".8H", ".8h">;
def : TokenAlias<".4S", ".4s">;
def : TokenAlias<".2D", ".2d">;
+def : TokenAlias<".1Q", ".1q">;
def : TokenAlias<".B", ".b">;
def : TokenAlias<".H", ".h">;
def : TokenAlias<".S", ".s">;
def : TokenAlias<".D", ".d">;
+def : TokenAlias<".Q", ".q">;
OpenPOWER on IntegriCloud