[all-commits] [llvm/llvm-project] 47e1f6: [AArch64][GlobalISel] Legalize scalar G_FMAXIMUM +...

Jessica Paquette via All-commits all-commits at lists.llvm.org
Thu Dec 9 11:57:22 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 47e1f672e18cc59392987242882c03c5ab64f95e
      https://github.com/llvm/llvm-project/commit/47e1f672e18cc59392987242882c03c5ab64f95e
  Author: Jessica Paquette <jpaquette at apple.com>
  Date:   2021-12-09 (Thu, 09 Dec 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-fmaximum.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-fminimum.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir

  Log Message:
  -----------
  [AArch64][GlobalISel] Legalize scalar G_FMAXIMUM + G_FMINIMUM

Necessary for implementing some combines on floating point selects.

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




More information about the All-commits mailing list