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:
bc5c7f2
)
[ARM] Fix inconsistent declaration parameter name in r336195
author
Fangrui Song
<maskray@google.com>
Tue, 3 Jul 2018 19:12:27 +0000
(19:12 +0000)
committer
Fangrui Song
<maskray@google.com>
Tue, 3 Jul 2018 19:12:27 +0000
(19:12 +0000)
llvm-svn: 336223
llvm/lib/Target/ARM/ARMParallelDSP.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/ARM/ARMParallelDSP.cpp
b/llvm/lib/Target/ARM/ARMParallelDSP.cpp
index
2e4f4ec
..
e681168
100644
(file)
--- a/
llvm/lib/Target/ARM/ARMParallelDSP.cpp
+++ b/
llvm/lib/Target/ARM/ARMParallelDSP.cpp
@@
-84,7
+84,7
@@
namespace {
Module *M;
bool InsertParallelMACs(Reduction &Reduction, PMACPairList &PMACPairs);
- bool AreSequentialLoads(LoadInst *Ld0, LoadInst *Ld1, MemInstList &Vec
Ld
);
+ bool AreSequentialLoads(LoadInst *Ld0, LoadInst *Ld1, MemInstList &Vec
Mem
);
PMACPairList CreateParallelMACPairs(ParallelMACList &Candidates);
Instruction *CreateSMLADCall(LoadInst *VecLd0, LoadInst *VecLd1,
Instruction *Acc, Instruction *InsertAfter);