[all-commits] [llvm/llvm-project] 55dc73: [AArch64][GISel] Expand coverage of FRem.
David Green via All-commits
all-commits at lists.llvm.org
Fri Sep 1 01:22:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55dc73af973fa4fa1df3dc44ac5e6c6e0c168c93
https://github.com/llvm/llvm-project/commit/55dc73af973fa4fa1df3dc44ac5e6c6e0c168c93
Author: David Green <david.green at arm.com>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
A llvm/test/CodeGen/AArch64/frem.ll
Log Message:
-----------
[AArch64][GISel] Expand coverage of FRem.
This adds some more extensive test coverage for frem through global isel,
making sure that vector types are all scalarized and all fp16 become f32
libcalls.
More information about the All-commits
mailing list