[all-commits] [llvm/llvm-project] ee815f: [PowerPC] Fix the implicit casting for the emulate...
maryammoghadas via All-commits
all-commits at lists.llvm.org
Tue Feb 21 13:45:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee815ff2ce8d0782cf04f5cad1d4038207f661cf
https://github.com/llvm/llvm-project/commit/ee815ff2ce8d0782cf04f5cad1d4038207f661cf
Author: Maryam Moghadas <maryammo at ca.ibm.com>
Date: 2023-02-21 (Tue, 21 Feb 2023)
Changed paths:
M clang/lib/Headers/ppc_wrappers/emmintrin.h
M clang/lib/Headers/ppc_wrappers/smmintrin.h
M clang/test/CodeGen/PowerPC/ppc-smmintrin.c
Log Message:
-----------
[PowerPC] Fix the implicit casting for the emulated intrinsics
This patch is to fix some implicit castings for emulated intrinsics
so that there are no lax-vector-conversions errors and warnings.
Reviewed By: nemanjai, #powerpc
Differential Revision: https://reviews.llvm.org/D144293
More information about the All-commits
mailing list