commit | fb149994336bc03673265d67ac219f4ef249a308 | [log] [tgz] |
---|---|---|
author | Li Jia He <hljhehlj@cn.ibm.com> | Thu Nov 01 02:35:17 2018 +0000 |
committer | Li Jia He <hljhehlj@cn.ibm.com> | Thu Nov 01 02:35:17 2018 +0000 |
tree | 862f26c9721ed14c6c0f08144dbf45710f84e85a | |
parent | e19f1300d602cb47372a155a71e336e6463aafc0 [diff] |
[PowerPC] Support constraint 'wi' in asm From the gcc manual, we can see that the specific limit of wi inline asm is “FP or VSX register to hold 64-bit integers for VSX insns or NO_REGS”. The link is https://gcc.gnu.org/onlinedocs/gcc-8.2.0/gcc/Machine-Constraints.html#Machine-Constraints. We should accept this constraint. Reviewed By: jsji Differential Revision: https://reviews.llvm.org/D53265 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@345810 91177308-0d34-0410-b5e6-96231b3b80d8