[all-commits] [llvm/llvm-project] 22f5dc: [IR] Update to use new shufflevector semantics
ManuelJBrito via All-commits
all-commits at lists.llvm.org
Tue Jun 13 09:15:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22f5dc7501b5eb97e406fd6c5e44048bb712ecc3
https://github.com/llvm/llvm-project/commit/22f5dc7501b5eb97e406fd6c5e44048bb712ecc3
Author: ManuelJBrito <manuel.brito at tecnico.ulisboa.pt>
Date: 2023-06-13 (Tue, 13 Jun 2023)
Changed paths:
M clang/test/CodeGen/SystemZ/builtins-systemz-zvector-constrained.c
M clang/test/CodeGen/SystemZ/builtins-systemz-zvector.c
M clang/test/CodeGen/SystemZ/builtins-systemz-zvector2-constrained.c
M clang/test/CodeGen/SystemZ/builtins-systemz-zvector2.c
M llvm/lib/IR/ConstantFold.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/test/Transforms/InstCombine/shufflevec-constant.ll
Log Message:
-----------
[IR] Update to use new shufflevector semantics
Update to use new shufflevector semantics for undefined values in the mask
Differential Revision: https://reviews.llvm.org/D149548
More information about the All-commits
mailing list