[all-commits] [llvm/llvm-project] e1b8fd: Revert "[Clang] Add option to handle behaviour of ...
David Blaikie via All-commits
all-commits at lists.llvm.org
Mon Jun 28 22:57:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1b8fde1cbfc031d67d9b316f1b4ac3ab9c8801f
https://github.com/llvm/llvm-project/commit/e1b8fde1cbfc031d67d9b316f1b4ac3ab9c8801f
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-06-28 (Mon, 28 Jun 2021)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/LangOptions.def
M clang/include/clang/Basic/LangOptions.h
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Sema/SemaExpr.cpp
R clang/test/CodeGen/vector-compat-pixel-bool-ternary.c
R clang/test/CodeGen/vector-compat-pixel-bool.c
R clang/test/CodeGen/vector-compat-ternary.c
R clang/test/CodeGen/vector-compat.c
Log Message:
-----------
Revert "[Clang] Add option to handle behaviour of vector bool/vector pixel."
This reverts commit c3fe847f9d90de5a6a76fd1d5f5823ab4719accc.
Tests fail in non-asserts builds because they assume named IR, by the
looks of it (testing for the "entry" label, for instance). I don't know
enough about the update_cc_test_checks.py stuff to know how to manually
fix these tests, so reverting for now.
More information about the All-commits
mailing list