[all-commits] [llvm/llvm-project] b2195b: [SelectionDAG][AArch64] Legalize FMAXIMUM/FMINIMUM
annamthomas via All-commits
all-commits at lists.llvm.org
Mon Jun 12 09:24:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2195bc771ede9d0229b0796fe41d3a7da18d3ec
https://github.com/llvm/llvm-project/commit/b2195bc771ede9d0229b0796fe41d3a7da18d3ec
Author: Anna Thomas <anna at azul.com>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
A llvm/test/CodeGen/AArch64/fmaximum-legalization.ll
Log Message:
-----------
[SelectionDAG][AArch64] Legalize FMAXIMUM/FMINIMUM
The missing legalization in SelectionDAG was identified when adding the
intrinsic support for vector reduction for maximum/minimum (D152370).
Fixes part of PR: https://github.com/llvm/llvm-project/issues/63267
Differential Revision: https://reviews.llvm.org/D152718
More information about the All-commits
mailing list