Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: lib/Transforms/NaCl/ExpandShuffleVector.cpp

Issue 282553003: PNaCl translator: combine insertelement / extractelement patterns generated by the toolchain into s… (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Fix typo on canonicalization range. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/Transforms/NaCl/ExpandShuffleVector.cpp
diff --git a/lib/Transforms/NaCl/ExpandShuffleVector.cpp b/lib/Transforms/NaCl/ExpandShuffleVector.cpp
index d7d8844605aa11368964330b7acd4cd79ac5f75c..ae698e2537d61b9e8cce1a645a8c93074de5fe74 100644
--- a/lib/Transforms/NaCl/ExpandShuffleVector.cpp
+++ b/lib/Transforms/NaCl/ExpandShuffleVector.cpp
@@ -8,8 +8,8 @@
//===----------------------------------------------------------------------===//
//
// Replace all shufflevector instructions by insertelement /
-// extractelement. InstCombine should be able to reconstruct the
-// shufflevector,
+// extractelement. CombineVectorInstructions is able to reconstruct the
+// shufflevector.
//
//===----------------------------------------------------------------------===//

Powered by Google App Engine
This is Rietveld 408576698