[PATCH] D53265: [PowerPC] Support constraint 'wi' in asm
Phabricator via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 31 19:36:49 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rC345809: [Clang][PowerPC] Support constraint 'wi' in asm (authored by helijia, committed by ).
Herald added a subscriber: cfe-commits.
Changed prior to commit:
https://reviews.llvm.org/D53265?vs=169645&id=172079#toc
Repository:
rC Clang
https://reviews.llvm.org/D53265
Files:
lib/Basic/Targets/PPC.h
Index: lib/Basic/Targets/PPC.h
===================================================================
--- lib/Basic/Targets/PPC.h
+++ lib/Basic/Targets/PPC.h
@@ -201,6 +201,7 @@
case 's': // VSX vector register to hold scalar float data
case 'a': // Any VSX register
case 'c': // An individual CR bit
+ case 'i': // FP or VSX register to hold 64-bit integers data
break;
default:
return false;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53265.172079.patch
Type: text/x-patch
Size: 442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181101/970c134d/attachment.bin>
More information about the cfe-commits
mailing list