[all-commits] [llvm/llvm-project] e8e49a: [AArch64][GlobalISel] G_FMINNUM and G_FMAXNUM vect...

David Green via All-commits all-commits at lists.llvm.org
Sun Jul 30 23:35:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e8e49a35676996aec1f80a3ad768f49b44b1353a
      https://github.com/llvm/llvm-project/commit/e8e49a35676996aec1f80a3ad768f49b44b1353a
  Author: David Green <david.green at arm.com>
  Date:   2023-07-31 (Mon, 31 Jul 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fminnum.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
    M llvm/test/CodeGen/AArch64/fminmax.ll

  Log Message:
  -----------
  [AArch64][GlobalISel] G_FMINNUM and G_FMAXNUM vector lowering

This attempts to expand the handling for G_FMAXNUM/G_FMINNUM for vector types,
which is hopefully fairly straightforward now that fptrunc and fpext are
working.

Differential Revision: https://reviews.llvm.org/D156171




More information about the All-commits mailing list