Revert r345169 [along with its llvm counterpart r345170] as it makes Halide builds...
authorAlina Sbirlea <asbirlea@google.com>
Sat, 27 Oct 2018 04:51:12 +0000 (04:51 +0000)
committerAlina Sbirlea <asbirlea@google.com>
Sat, 27 Oct 2018 04:51:12 +0000 (04:51 +0000)
llvm-svn: 345447

llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp

index 5cfaa42..79b269b 100644 (file)
@@ -28,7 +28,7 @@ using namespace llvm;
 
 #define DEBUG_TYPE "hexagontti"
 
-static cl::opt<bool> HexagonAutoHVX("hexagon-autohvx", cl::init(true),
+static cl::opt<bool> HexagonAutoHVX("hexagon-autohvx", cl::init(false),
   cl::Hidden, cl::desc("Enable loop vectorizer for HVX"));
 
 static cl::opt<bool> EmitLookupTables("hexagon-emit-lookup-tables",