Revert "improve the build performance of vector type built-in function."
authorZhigang Gong <zhigang.gong@intel.com>
Wed, 17 Sep 2014 03:49:30 +0000 (11:49 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Wed, 17 Sep 2014 03:50:57 +0000 (11:50 +0800)
commitc65c0087166a2194ece457d8739d06e86a857dbe
treec488f78143ef42eef9a7c7c1dfc080b6be4240ef
parent565d1eb00d9a5219c2848b3674e40ac07cb48b89
Revert "improve the build performance of vector type built-in function."

This patch still has to be pending to fix the wide integer issue completely.
Although we have a fallback mechanism which will try to build the module again
by ignoring some passes to avoid the wide integer issue, it's broken now on
master branch. As now all the builtin functions have been built statically,
and those bitcode may already have i128/i512 etc.

This reverts commit 565d1eb00d9a5219c2848b3674e40ac07cb48b89.
backend/src/libocl/script/gen_vector.py