[PATCH] D18019: [PM] Port GVN to the new pass manager, wire it up, and teach a couple of tests to run GVN in both modes.

David Li via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 08:59:03 PST 2016


davidxl added a subscriber: davidxl.

================
Comment at: llvm/trunk/lib/Target/NVPTX/NVPTXTargetMachine.cpp:47
@@ -46,2 +46,3 @@
 #include "llvm/Transforms/Scalar.h"
+#include "llvm/Transforms/Scalar/GVN.h"
 
----------------
I noticed this line -- why is this inclusion needed?


Repository:
  rL LLVM

http://reviews.llvm.org/D18019





More information about the llvm-commits mailing list