This extends performFpToIntCombine to work on FP16 vectors as well as the f32 and f64 vectors it already supported.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D113297
[AArch64] Allow FP16 vector fixed point converts ClosedPublic Authored by dmgreen on Nov 5 2021, 10:24 AM.
Details Summary This extends performFpToIntCombine to work on FP16 vectors as well as the f32 and f64 vectors it already supported.
Diff Detail
Event Timelinedmgreen added a parent revision: D113200: [AArch64] Combine vector fptoi.sat(fmul) to fixed point fcvtz.Nov 9 2021, 6:29 AM This revision is now accepted and ready to land.Nov 10 2021, 3:05 AM This revision was landed with ongoing or failed builds.Nov 10 2021, 11:33 PM Closed by commit rG703ded8dda20: [AArch64] Allow FP16 vector fixed point converts (authored by dmgreen). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386430 llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/fcvt_combine.ll
|