From ecc7cbf611f77dada2b4124c4f021364c1c5d288 Mon Sep 17 00:00:00 2001 From: Konstantin Zhuravlyov Date: Tue, 29 Mar 2016 15:15:44 +0000 Subject: [PATCH] Test commit access llvm-svn: 264736 --- llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp b/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp index 1452d81..d98bd70 100644 --- a/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp +++ b/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp @@ -26,7 +26,7 @@ // // - Live interval recomputing seems inefficient. This currently only matches // one pair, and recomputes live intervals and moves on to the next pair. It -// would be better to compute a list of all merges that need to occur +// would be better to compute a list of all merges that need to occur. // // - With a list of instructions to process, we can also merge more. If a // cluster of loads have offsets that are too large to fit in the 8-bit -- 2.7.4