[all-commits] [llvm/llvm-project] 5ad67d: [SystemZ] Add llvm.minimum / llvm.maximum tests
Ulrich Weigand via All-commits
all-commits at lists.llvm.org
Wed Dec 11 08:01:34 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5ad67df988f12f38b50f720c0fc4f1fa3b94a311
https://github.com/llvm/llvm-project/commit/5ad67df988f12f38b50f720c0fc4f1fa3b94a311
Author: Ulrich Weigand <ulrich.weigand at de.ibm.com>
Date: 2019-12-11 (Wed, 11 Dec 2019)
Changed paths:
M llvm/test/CodeGen/SystemZ/vec-max-05.ll
M llvm/test/CodeGen/SystemZ/vec-min-05.ll
Log Message:
-----------
[SystemZ] Add llvm.minimum / llvm.maximum tests
The backend already supports the @llvm.minimum and @llvm.maximum
intrinsics, but we had no test cases for those. Add tests.
More information about the All-commits
mailing list