mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 13:21:30 +00:00
The induction-pointer work is inspired by a research paper. This commit adds a reference.
llvm-svn: 168559
This commit is contained in:
parent
c973546f75
commit
fe91aee744
@ -25,6 +25,7 @@
|
||||
// 4. LoopVectorizationCostModel - A unit that checks for the profitability
|
||||
// of vectorization. It decides on the optimal vector width, which
|
||||
// can be one, if vectorization is not profitable.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// The reduction-variable vectorization is based on the paper:
|
||||
@ -36,6 +37,9 @@
|
||||
// Other ideas/concepts are from:
|
||||
// A. Zaks and D. Nuzman. Autovectorization in GCC-two years later.
|
||||
//
|
||||
// S. Maleki, Y. Gao, M. Garzaran, T. Wong and D. Padua. An Evaluation of
|
||||
// Vectorizing Compilers.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
#define LV_NAME "loop-vectorize"
|
||||
#define DEBUG_TYPE LV_NAME
|
||||
|
Loading…
Reference in New Issue
Block a user