From 2151acf5fb0137bacdaa0efcb1a03905c99772e6 Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Tue, 15 Nov 2011 16:02:00 +0800 Subject: Enable promote elements since the upstream has fixed it. Change-Id: I7e4068c124ac330d021b52b877926ae719c7cb37 --- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index a832222..d7bad43 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -36,7 +36,7 @@ using namespace llvm; /// - the promotion of vector elements. This feature is disabled by default /// and only enabled using this flag. static cl::opt -AllowPromoteIntElem("promote-elements", cl::Hidden, cl::init(false), +AllowPromoteIntElem("promote-elements", cl::Hidden, cl::init(true), cl::desc("Allow promotion of integer vector element types")); namespace llvm { -- cgit v1.1