[all-commits] [llvm/llvm-project] 155abd: [PowerPC] Emit warn_deprecated_lax_vec_conv_all wa...
maryammoghadas via All-commits
all-commits at lists.llvm.org
Tue Mar 21 06:51:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 155abd0678ab8c9f7d11ee175a3ce7a33d107c67
https://github.com/llvm/llvm-project/commit/155abd0678ab8c9f7d11ee175a3ce7a33d107c67
Author: Maryam Moghadas <maryammo at ca.ibm.com>
Date: 2023-03-21 (Tue, 21 Mar 2023)
Changed paths:
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/test/CodeGen/SystemZ/zvector.c
M clang/test/CodeGen/SystemZ/zvector2.c
Log Message:
-----------
[PowerPC] Emit warn_deprecated_lax_vec_conv_all warning only for PPC
This patch is to isolate the lax vector conversions warning only for PPC,
the reason is that SystemZ wants different logic in terms of
vector bool compatibility.
Reviewed By: lei
Differential Revision: https://reviews.llvm.org/D145506
More information about the All-commits
mailing list