As title. This patch implement unary operator ! of vector type.
TestPlan: check-clang
Differential D80979
[clang] Implement VectorType logic not operator. junparser on Jun 1 2020, 10:43 PM. Authored by
Details As title. This patch implement unary operator ! of vector type. TestPlan: check-clang
Diff Detail
Event TimelineComment Actions Write some codegen tests please, I'd like to have a better idea of what you want ! to do here. Additionally, I'm not sure as to the limits you've placed on this patch. Please justifiy them.C
Comment Actions 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 Comment Actions address the comment.
Comment Actions This breaks tests on Windows: http://45.33.8.238/win/17077/step_7.txt Please take a look and revert if it takes a while to fix. |
Why limit this to just the base vector type? Doesn't this remove the ext-vector implementation?