[all-commits] [llvm/llvm-project] 76c76e: [VE] Support smax/smin
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Mon Sep 26 06:03:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76c76e9ab40d0c6d53587c81740ec9c6c2fdfcff
https://github.com/llvm/llvm-project/commit/76c76e9ab40d0c6d53587c81740ec9c6c2fdfcff
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2022-09-26 (Mon, 26 Sep 2022)
Changed paths:
M llvm/lib/Target/VE/VEISelLowering.cpp
M llvm/lib/Target/VE/VEInstrInfo.td
M llvm/test/CodeGen/VE/Scalar/atomic.ll
A llvm/test/CodeGen/VE/Scalar/smax.ll
A llvm/test/CodeGen/VE/Scalar/smin.ll
A llvm/test/CodeGen/VE/Scalar/umax.ll
A llvm/test/CodeGen/VE/Scalar/umin.ll
Log Message:
-----------
[VE] Support smax/smin
Support smax/smin in VEInstrInfo.td. Remove obsolete patterns for
smax/smin. Add regression tests for smax/smin/umax/umin.
Reviewed By: efocht
Differential Revision: https://reviews.llvm.org/D134583
More information about the All-commits
mailing list