projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c80313b
)
LTO also needs to initialize the TargetTransform infrastructure.
author
Nadav Rotem
<nrotem@apple.com>
Mon, 15 Oct 2012 22:50:02 +0000
(22:50 +0000)
committer
Nadav Rotem
<nrotem@apple.com>
Mon, 15 Oct 2012 22:50:02 +0000
(22:50 +0000)
llvm-svn: 165997
llvm/tools/lto/LTOCodeGenerator.cpp
patch
|
blob
|
history
diff --git
a/llvm/tools/lto/LTOCodeGenerator.cpp
b/llvm/tools/lto/LTOCodeGenerator.cpp
index
dd74ddd
..
b1c4f43
100644
(file)
--- a/
llvm/tools/lto/LTOCodeGenerator.cpp
+++ b/
llvm/tools/lto/LTOCodeGenerator.cpp
@@
-371,6
+371,8
@@
bool LTOCodeGenerator::generateObjectFile(raw_ostream &out,
// Add an appropriate DataLayout instance for this module...
passes.add(new DataLayout(*_target->getDataLayout()));
+ passes.add(new TargetTransformInfo(_target->getScalarTargetTransformInfo(),
+ _target->getVectorTargetTransformInfo()));
// Enabling internalize here would use its AllButMain variant. It
// keeps only main if it exists and does nothing for libraries. Instead