[all-commits] [llvm/llvm-project] 711a71: PowerPC] Emit warning for incompatible vector type...
maryammoghadas via All-commits
all-commits at lists.llvm.org
Thu Jun 16 18:28:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 711a71d1ab1056b9ae1364eeec5eff2443629bf7
https://github.com/llvm/llvm-project/commit/711a71d1ab1056b9ae1364eeec5eff2443629bf7
Author: Maryam Moghadas <maryammo at ca.ibm.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/test/Parser/cxx-altivec.cpp
Log Message:
-----------
PowerPC] Emit warning for incompatible vector types that are currently diagnosed with -fno-lax-vector-conversions
This patch is the last prerequisite to switch the default behaviour to -fno-lax-vector-conversions in the future.
The first path ;D124093; fixed the altivec implicit castings.
Reviewed By: amyk
Differential Revision: https://reviews.llvm.org/D126540
More information about the All-commits
mailing list