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

JunMa via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 4 18:46:34 PDT 2020


junparser marked 2 inline comments as done.
junparser added inline comments.


================
Comment at: clang/test/CodeGen/vector-1.cpp:2
+// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
+
+typedef __attribute__((__vector_size__(16))) float float4;
----------------
erichkeane wrote:
> I don't think copying the whole test from the other file is the right idea. We already validate the rest of the operations on normal vectors in a number of places.  If any of those are C++ tests, just add your tests there.  Otherwise this test should only validate the logical-not operator.
ok, I'll only add the logical-not operator test


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

https://reviews.llvm.org/D80979





More information about the cfe-commits mailing list