mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-12 17:37:13 +00:00
The induction-pointer work is inspired by a research paper. This commit adds a reference.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168559 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0af63ac245
commit
d7e0b7cdc5
@ -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…
x
Reference in New Issue
Block a user