search for: vectorizeconfig

Displaying 2 results from an estimated 2 matches for "vectorizeconfig".

2012 Apr 04
2
[LLVMdev] Fwd: [Review Request][PATCH] Add the function "vectorizeBasicBlock"
...(tobi and me) also want to make the vectorizer being configured command line flags. To achieve this, we are going to patch the pass so that it do not read the options like ReqChainDepth, SearchLimit, SplatBreaksChain, ... etc. from the command line option directly, but read from an instance of the VectorizeConfig class, where the VectorizeConfig class is designed to provide the vectorize related parameters to to the BBVectorize pas. After this, people can pass target specific vectorize configuration to the BBVectorize pass in tools like LLC. And original createBBVectorizePass function can create a Vectoriz...
2012 Apr 04
0
[LLVMdev] [Review Request][PATCH] Add the function "vectorizeBasicBlock"
...want to make the vectorizer being > configured command line flags. To achieve this, we are going to patch > the pass so that it do not read the options like ReqChainDepth, > SearchLimit, SplatBreaksChain, ... etc. from the command line option > directly, but read from an instance of the VectorizeConfig class, > where the VectorizeConfig class is designed to provide the vectorize > related parameters to to the BBVectorize pas. > > After this, people can pass target specific vectorize configuration to > the BBVectorize pass in tools like LLC. And original > createBBVectorizePass...