[all-commits] [llvm/llvm-project] 2dea7b: [AArch64][GlobalISel] Legalize NEON smin, smax, umin...
Vladislav Dzhidzhoev via All-commits
all-commits at lists.llvm.org
Wed Oct 25 07:03:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2dea7bd8a08096eb8855c62e96e8c27ff2ab6d3f
https://github.com/llvm/llvm-project/commit/2dea7bd8a08096eb8855c62e96e8c27ff2ab6d3f
Author: Vladislav Dzhidzhoev <vdzhidzhoev at accesssoftek.com>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/arm64-vmax.ll
Log Message:
-----------
[AArch64][GlobalISel] Legalize NEON smin,smax,umin,umax,fmin,fmax intrinsics
Replace these intrinsics with the corresponding GISel operators during
legalization stage to reuse available selection patterns.
More information about the All-commits
mailing list