[all-commits] [llvm/llvm-project] 751821: [TTI] Move abs/smax/smin/umax/umin cost expansion ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Jul 29 05:51:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 75182104f09b0df288a8c7eec3701e3246805457
https://github.com/llvm/llvm-project/commit/75182104f09b0df288a8c7eec3701e3246805457
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
Log Message:
-----------
[TTI] Move abs/smax/smin/umax/umin cost expansion to ICA getIntrinsicInstrCost variant
This will simplify target overrides, and matches what we do for most integer intrinsic costs.
More information about the All-commits
mailing list