[all-commits] [llvm/llvm-project] b4dd9f: [ARM] Cost modelling for MVE vector fptoi_sat
David Green via All-commits
all-commits at lists.llvm.org
Fri May 20 03:00:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4dd9fc370a1bfd77b1f67172008c351216093a2
https://github.com/llvm/llvm-project/commit/b4dd9fc370a1bfd77b1f67172008c351216093a2
Author: David Green <david.green at arm.com>
Date: 2022-05-20 (Fri, 20 May 2022)
Changed paths:
M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
M llvm/test/Analysis/CostModel/ARM/fptoi_sat.ll
Log Message:
-----------
[ARM] Cost modelling for MVE vector fptoi_sat
Building on top of D125665, this adds MVE costs for fptosi.sat and
fptoui.sat, providing MVE is available and the types are legal.
Differential Revision: https://reviews.llvm.org/D125666
More information about the All-commits
mailing list