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

Unified Diff: lib/Transforms/NaCl/CMakeLists.txt

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 | « include/llvm/Transforms/NaCl.h ('k') | lib/Transforms/NaCl/CombineVectorInstructions.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Transforms/NaCl/CMakeLists.txt
diff --git a/lib/Transforms/NaCl/CMakeLists.txt b/lib/Transforms/NaCl/CMakeLists.txt
index a3c158af7ce018b5137a4a904f17a33af2e86bea..84ba540103c9439df31041c9b3ec9d3f381d1176 100644
--- a/lib/Transforms/NaCl/CMakeLists.txt
+++ b/lib/Transforms/NaCl/CMakeLists.txt
@@ -1,6 +1,7 @@
add_llvm_library(LLVMNaClTransforms
AddPNaClExternalDecls.cpp
CanonicalizeMemIntrinsics.cpp
+ CombineVectorInstructions.cpp
ConstantInsertExtractElementIndex.cpp
ExceptionInfoWriter.cpp
ExpandArithWithOverflow.cpp
« no previous file with comments | « include/llvm/Transforms/NaCl.h ('k') | lib/Transforms/NaCl/CombineVectorInstructions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698