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

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: Add DCE, address dschuff's comments. 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
« no previous file with comments | « lib/Transforms/NaCl/CombineVectorInstructions.cpp ('k') | test/Transforms/NaCl/combine-shuffle-vector.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
//
//===----------------------------------------------------------------------===//
« no previous file with comments | « lib/Transforms/NaCl/CombineVectorInstructions.cpp ('k') | test/Transforms/NaCl/combine-shuffle-vector.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698