[all-commits] [llvm/llvm-project] 816b0a: [CostModel] add cl option to check size and latenc...
RotateRight via All-commits
all-commits at lists.llvm.org
Sun Sep 27 06:56:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 816b0a9c9f46cbfce253f49dad7cbf93867307ac
https://github.com/llvm/llvm-project/commit/816b0a9c9f46cbfce253f49dad7cbf93867307ac
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-09-27 (Sun, 27 Sep 2020)
Changed paths:
M llvm/lib/Analysis/CostModel.cpp
A llvm/test/Analysis/CostModel/X86/fmaxnum-size-latency.ll
A llvm/test/Analysis/CostModel/X86/fminnum-size-latency.ll
Log Message:
-----------
[CostModel] add cl option to check size and latency costs; NFC
This is a setting used by SimplifyCFG, LoopUnroll, and InlineCost,
but there is apparently no direct test coverage for any of those
cost model values.
More information about the All-commits
mailing list