[PATCH] D64119: [PowerPC] Support constraint code "ww"
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 2 22:28:36 PDT 2019
MaskRay created this revision.
MaskRay added reviewers: awilfox, echristo, hfinkel, jsji, kbarton, nemanjai.
Herald added subscribers: llvm-commits, cfe-commits, hiraditya.
Herald added projects: clang, LLVM.
"ww" and "ws" are both constraint codes for VSX vector registers that
holds scalar double data. "ww" is preferred for float while "ws" is
preferred for double.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D64119
Files:
clang/lib/Basic/Targets/PPC.h
clang/test/CodeGen/ppc64-inline-asm.c
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/test/CodeGen/PowerPC/inlineasm-vsx-reg.ll
llvm/test/CodeGen/PowerPC/vec-asm-disabled.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64119.207707.patch
Type: text/x-patch
Size: 4512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190703/5d36e9b6/attachment.bin>
More information about the cfe-commits
mailing list