[all-commits] [llvm/llvm-project] 171d12: [SLPVectorizer] NFC: Migrate getVectorCallCosts to...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Mon Jan 25 04:32:45 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 171d12489f20818e292362342b5665c689073ad2
https://github.com/llvm/llvm-project/commit/171d12489f20818e292362342b5665c689073ad2
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2021-01-25 (Mon, 25 Jan 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLPVectorizer] NFC: Migrate getVectorCallCosts to use InstructionCost.
This change also changes getReductionCost to return InstructionCost,
and it simplifies two expressions by removing a redundant 'isValid' check.
More information about the All-commits
mailing list