[all-commits] [llvm/llvm-project] 61760f: [AArch64][GlobalISel] Update fp legalization mir t...
David Green via All-commits
all-commits at lists.llvm.org
Tue Apr 28 00:22:16 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61760fd348eea42f3b640e569aaca0489f80f7aa
https://github.com/llvm/llvm-project/commit/61760fd348eea42f3b640e569aaca0489f80f7aa
Author: David Green <david.green at arm.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)
Changed paths:
M llvm/test/CodeGen/AArch64/GlobalISel/fold-fp-select.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-acos.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-asin.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-atan.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-atan2.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-ceil.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-cos.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-cosh.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fcmp.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fcopysign.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fexp2.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fma.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fmad.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fmaximum.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fmaxnum.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fminimum.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fminnum.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fp-arith-fp16.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fp-arith.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fpext.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fptrunc.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-frint.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-intrinsic-round.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-intrinsic-roundeven.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-intrinsic-trunc.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-log.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-log10.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-log2.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-modf.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-nearbyint.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-pow.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-reduce-fadd.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-reduce-fminmax.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-reduce-fmul.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-sqrt.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-tan.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-tanh.mir
M llvm/test/CodeGen/AArch64/GlobalISel/select-fcmp.mir
Log Message:
-----------
[AArch64][GlobalISel] Update fp legalization mir tests. NFC (#194561)
This updates a number of the floating point mir legalization tests to
use f
types instead of generic s types.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list