commit | d6645dd4fe788fb4a1b6a895142d72fab13070ee | [log] [tgz] |
---|---|---|
author | Nate Begeman <natebegeman@mac.com> | Thu Jun 10 18:06:07 2010 +0000 |
committer | Nate Begeman <natebegeman@mac.com> | Thu Jun 10 18:06:07 2010 +0000 |
tree | ce0659da290510bf58c1e2a624324c36a591f7b7 | |
parent | fc6afa92d6599f1f325c96313701f790fb7f2e6a [diff] |
Add support for polynomial type, for polynomial multiply git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105792 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/NeonEmitter.cpp b/utils/TableGen/NeonEmitter.cpp index 1c5794c..9153ac8 100644 --- a/utils/TableGen/NeonEmitter.cpp +++ b/utils/TableGen/NeonEmitter.cpp
@@ -595,6 +595,8 @@ ret |= 0x08; if (quad) ret |= 0x10; + if (poly) + ret |= 0x20; switch (type) { case 'c':