commit | f5db87f838dea622839078d5bafceff4368c0f50 | [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 | 0606c2151db178599287552da23a697a98571453 [diff] [blame] |
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':