[all-commits] [llvm/llvm-project] 451bc3: [AArch64][GlobalISel] Legalize G_VECREDUCE_{MIN/MA...
chuongg3 via All-commits
all-commits at lists.llvm.org
Thu Nov 9 08:29:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 451bc3ec1dda624255887dff913cb9ec2299d5af
https://github.com/llvm/llvm-project/commit/451bc3ec1dda624255887dff913cb9ec2299d5af
Author: chuongg3 <chuong.goh at arm.com>
Date: 2023-11-09 (Thu, 09 Nov 2023)
Changed paths:
M llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
M llvm/test/CodeGen/AArch64/aarch64-minmaxv.ll
M llvm/test/CodeGen/AArch64/vecreduce-umax-legalization.ll
Log Message:
-----------
[AArch64][GlobalISel] Legalize G_VECREDUCE_{MIN/MAX} (#69461)
Legalizes G_VECREDUCE_{MIN/MAX} and selects instructions for
vecreduce_{min/max}
More information about the All-commits
mailing list