[GlobalISel] Import patterns for G_FMAXIMUM + G_FMINIMUM
authorJessica Paquette <jpaquette@apple.com>
Tue, 26 Jul 2022 17:54:30 +0000 (10:54 -0700)
committerJessica Paquette <jpaquette@apple.com>
Tue, 26 Jul 2022 17:58:44 +0000 (10:58 -0700)
commit39d431d81132f9334ed10477e94d9b2f3c9f788d
treebbf04971cb9d8fc5f0b95aeec7116599d34c4f92
parent300fbf56f89aebbe2ef9ed490066bab23e5356d1
[GlobalISel] Import patterns for G_FMAXIMUM + G_FMINIMUM

Allows us to select scalar instructions on AArch64.

Differential Revision: https://reviews.llvm.org/D115381
llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
llvm/test/CodeGen/AArch64/GlobalISel/select-fmaximum.mir [new file with mode: 0644]
llvm/test/CodeGen/AArch64/GlobalISel/select-fminimum.mir [new file with mode: 0644]