[PATCH] D80979: [clang] Implement VectorType logic not operator.
JunMa via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 3 21:26:00 PDT 2020
junparser added a comment.
This patch implement the logic not operation of vector type. it keeps same behavior as gcc does (only allows in C++). I'll update the wrong testcases
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80979/new/
https://reviews.llvm.org/D80979
More information about the cfe-commits
mailing list