[all-commits] [llvm/llvm-project] dca432: [SystemZ] Fix naming of vlrlr/vstrlr builtins
Ulrich Weigand via All-commits
all-commits at lists.llvm.org
Mon Dec 4 07:56:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dca432cb7b1c282f5dc861095813c4f40f109619
https://github.com/llvm/llvm-project/commit/dca432cb7b1c282f5dc861095813c4f40f109619
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-vector2.c
M llvm/include/llvm/IR/IntrinsicsSystemZ.td
Log Message:
-----------
[SystemZ] Fix naming of vlrlr/vstrlr builtins
The builtins that expand to the vlrl/vlrlr and vstrl/vstrlr
instructions are currently named inconsistently between GCC
and clang. Rename the clang versions to match GCC.
More information about the All-commits
mailing list