[PATCH] D80979: [clang] Implement VectorType logic not operator.

JunMa via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 3 23:02:10 PDT 2020


junparser updated this revision to Diff 268366.
junparser added a comment.

address the comment. 
hi @erichkeane, most of the function in vector-1.cpp  are copied from ext-vector.c with vector type changed to gcc vector type, they should emit same ir.  I add test7 and test8 which test logic operation of gcc vector type.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80979/new/

https://reviews.llvm.org/D80979

Files:
  clang/docs/LanguageExtensions.rst
  clang/lib/CodeGen/CGExprScalar.cpp
  clang/lib/Sema/SemaExpr.cpp
  clang/test/CodeGen/vector-1.cpp
  clang/test/Sema/vector-gcc-compat.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80979.268366.patch
Type: text/x-patch
Size: 9122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200604/bfc29ba5/attachment-0001.bin>


More information about the cfe-commits mailing list