[all-commits] [llvm/llvm-project] 9d2713: [SystemZ] Fix __builtin_s390_vceq* inconsistency
Ulrich Weigand via All-commits
all-commits at lists.llvm.org
Mon Dec 4 08:02:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d27139293890a18b903c62f2c43954cc2bc302d
https://github.com/llvm/llvm-project/commit/9d27139293890a18b903c62f2c43954cc2bc302d
Author: Ulrich Weigand <ulrich.weigand at de.ibm.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M clang/include/clang/Basic/BuiltinsSystemZ.def
M clang/lib/Headers/vecintrin.h
M clang/test/CodeGen/SystemZ/builtins-systemz-vector.c
Log Message:
-----------
[SystemZ] Fix __builtin_s390_vceq* inconsistency
The __builtin_s390_vceq* family of builtins currently take
signed arguments with clang, but unsigned with GCC. Update
clang to match existing GCC precendent.
More information about the All-commits
mailing list