[all-commits] [llvm/llvm-project] 41958f: [Costmodel] Add "type-based-intrinsic-cost" cli op...
malJaj via All-commits
all-commits at lists.llvm.org
Fri Jul 22 07:51:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41958f76d8a2c47484fa176cba1de565cfe84de7
https://github.com/llvm/llvm-project/commit/41958f76d8a2c47484fa176cba1de565cfe84de7
Author: Malhar Jajoo <malhar.jajoo at arm.com>
Date: 2022-07-22 (Fri, 22 Jul 2022)
Changed paths:
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/lib/Analysis/CostModel.cpp
M llvm/lib/Analysis/TargetTransformInfo.cpp
M llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
Log Message:
-----------
[Costmodel] Add "type-based-intrinsic-cost" cli option
This patch adds a command line flag to be able to test
the type based cost-model analysis for Intrinsics.
Differential Revision: https://reviews.llvm.org/D129109
More information about the All-commits
mailing list