[PATCH] D103615: [Clang] Add option for vector compare compatibility.
Stefan Pintilie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 11 09:03:21 PDT 2021
stefanp updated this revision to Diff 351467.
stefanp added a comment.
Updated the name of the option to vector-compare compat.
Added clang test lines to the test cases.
Added deprecation warnings to the current default behaviour of vector bool and
vector pixel.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103615/new/
https://reviews.llvm.org/D103615
Files:
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Basic/LangOptions.def
clang/include/clang/Basic/LangOptions.h
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Sema/SemaExpr.cpp
clang/test/CodeGen/vector-compat-pixel-bool-ternary.c
clang/test/CodeGen/vector-compat-pixel-bool.c
clang/test/CodeGen/vector-compat-ternary.c
clang/test/CodeGen/vector-compat.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103615.351467.patch
Type: text/x-patch
Size: 37224 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210611/03bb178a/attachment-0001.bin>
More information about the cfe-commits
mailing list