moved firmext code into the backend dir
[libfirm] / ir / be / grgen / simd / simd_opt.h
1 /*******************************************************************************************
2 * Program:  simd_opt.h
3 * Function: Part of the simd optimization. Searches match of complex operation pattern and
4 *           inserts the complex operation if possible.
5 * Author:   Andreas Schoesser
6 * Date:     13.02.2007
7 *******************************************************************************************/
8
9
10 #ifndef __SIMD_OPT_H__
11 #define __SIMD_OPT_H__
12
13 /** Performs the searching and rewriting of patterns for the given ir graph */
14 void ext_grs_simd_opt(ir_graph *irg);
15
16 #endif