[all-commits] [llvm/llvm-project] 745abb: [CostModel] move early exit for free intrinsics
RotateRight via All-commits
all-commits at lists.llvm.org
Mon Sep 28 10:33:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 745abbbb852e3c0006f22b7beade820ac978252c
https://github.com/llvm/llvm-project/commit/745abbbb852e3c0006f22b7beade820ac978252c
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
Log Message:
-----------
[CostModel] move early exit for free intrinsics
This should be NFC unless some target was expecting that
some form of cttz/ctlz/memcpy is free in terms of size/latency
but not free in throughput cost.
More information about the All-commits
mailing list